#A9D94D

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

Shades of Conifer #A9D94D

Tints of Conifer #A9D94D

Color information

#A9D94D (or 0xA9D94D) is unknown color: approx Conifer. HEX triplet: A9, D9 and 4D. RGB value is (169,217,77). Sum of RGB (Red+Green+Blue) = 169+217+77=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D94D is #5626B2. Grayscale: #BBBBBB. Windows color (decimal): -5646003 or 5101993. OLE color: 5101993.

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

Color convert

RGB16921777-
CMYK0.2200.650.15
HSL80.57º64.81%57.65%-
HSV(B)80.57º64.52%85.1%-
XYZ42.5158.616.09-
YUV186.6966.1115.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.50%
GREEN value IS 217 (85.16% from 255) = 46.87%
BLUE value IS 77 (30.47% from 255) = 16.63%
R=36.50%
G=46.87%
B=16.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169217770.2200.650.1580.5764.8157.65
HexA9D94D16041F51413a
Octal2513311152601011712110172
Binary101010011101100110011011011001000001111110100011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D94D; }

 p { color: rgb(169,217,77); }

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

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

 a { background-color: rgb(169,217,77); }

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

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

 span { border-color: rgb(169,217,77); }

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