#a9db4a

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

Shades of Conifer #A9DB4A

Tints of Conifer #A9DB4A

Color information

#A9DB4A (or 0xA9DB4A) is unknown color: approx Conifer. HEX triplet: A9, DB and 4A. RGB value is (169,219,74). Sum of RGB (Red+Green+Blue) = 169+219+74=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DB4A is #5624B5. Grayscale: #BCBCBC. Windows color (decimal): -5645494 or 4905897. OLE color: 4905897.

HSL color Cylindrical-coordinate representation of color #A9DB4A: hue angle of 80.69º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9DB4A is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB16921974-
CMYK0.2300.660.14
HSL80.69º66.82%57.45%-
HSV(B)80.69º66.21%85.88%-
XYZ42.9359.5915.72-
YUV187.5263.94114.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.58%
GREEN value IS 219 (85.94% from 255) = 47.40%
BLUE value IS 74 (29.30% from 255) = 16.02%
R=36.58%
G=47.40%
B=16.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169219740.2300.660.1480.6966.8257.45
HexA9DB4A17042E514339
Octal2513331122701021612110371
Binary101010011101101110010101011101000010111010100011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9db4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9db4a; }

 p { color: rgb(169,219,74); }

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

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

 a { background-color: rgb(169,219,74); }

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

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

 span { border-color: rgb(169,219,74); }

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