#A7D85B

Color #A7D85B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A7D85B

Tints of Conifer #A7D85B

Color information

#A7D85B (or 0xA7D85B) is unknown color: approx Conifer. HEX triplet: A7, D8 and 5B. RGB value is (167,216,91). Sum of RGB (Red+Green+Blue) = 167+216+91=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D85B is #5827A4. Grayscale: #BBBBBB. Windows color (decimal): -5777317 or 6019239. OLE color: 6019239.

HSL color Cylindrical-coordinate representation of color #A7D85B: hue angle of 83.52º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7D85B is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB16721691-
CMYK0.2300.580.15
HSL83.52º61.58%60.2%-
HSV(B)83.52º57.87%84.71%-
XYZ42.3858.0818.87-
YUV187.173.77113.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 35.23%
GREEN value IS 216 (84.77% from 255) = 45.57%
BLUE value IS 91 (35.94% from 255) = 19.20%
R=35.23%
G=45.57%
B=19.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal167216910.2300.580.1583.5261.5860.2
HexA7D85B1703AF543e3c
Octal24733013327072171247674
Binary1010011111011000101101110111011101011111010100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D85B; }

 p { color: rgb(167,216,91); }

 H1.HeaderClassName
 {
   color: #A7D85B;
 }
 .AnyTagClassName
 {
   color: #A7D85B;
 }
</style>
background-color css

<style>
 a { background-color: #A7D85B; }

 a { background-color: rgb(167,216,91); }

 div.DivClassName
 {
   background-color: #A7D85B;
 }
 .BgClassName
 {
   background-color: #A7D85B;
 }
</style>
border-color css

<style>
 span { border-color: #A7D85B; }

 span { border-color: rgb(167,216,91); }

 td.TdClassName
 {
   border-color: #A7D85B;
 }
 .TagClassName
 {
   border-color: #A7D85B;
 }
</style>