#a9d35b

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

Shades of Conifer #A9D35B

Tints of Conifer #A9D35B

Color information

#A9D35B (or 0xA9D35B) is unknown color: approx Conifer. HEX triplet: A9, D3 and 5B. RGB value is (169,211,91). Sum of RGB (Red+Green+Blue) = 169+211+91=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #A9D35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D35B is #562CA4. Grayscale: #B9B9B9. Windows color (decimal): -5647525 or 6017961. OLE color: 6017961.

HSL color Cylindrical-coordinate representation of color #A9D35B: hue angle of 81º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9D35B is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB16921191-
CMYK0.2000.570.17
HSL81º57.69%59.22%-
HSV(B)81º56.87%82.75%-
XYZ41.5455.7818.47-
YUV184.7675.09116.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 211 (82.81% from 255) = 44.80%
BLUE value IS 91 (35.94% from 255) = 19.32%
R=35.88%
G=44.80%
B=19.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal169211910.2000.570.178157.6959.22
HexA9D35B1403911513a3b
Octal25132313324071211217273
Binary10101001110100111011011101000111001100011010001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9d35b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9d35b; }

 p { color: rgb(169,211,91); }

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

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

 a { background-color: rgb(169,211,91); }

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

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

 span { border-color: rgb(169,211,91); }

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