Shades of Conifer #A9E04B
Tints of Conifer #A9E04B
RGB
CMYK
RGB Variations
Color information
#A9E04B (or 0xA9E04B) is known color: Conifer. HEX triplet: A9, E0 and 4B. RGB value is (169,224,75). Sum of RGB (Red+Green+Blue) = 169+224+75=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E04B is #561FB4. Grayscale: #BFBFBF. Windows color (decimal): -5644213 or 4972713. OLE color: 4972713.
HSL color Cylindrical-coordinate representation of color #A9E04B: hue angle of 82.15º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9E04B is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 224 | 75 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.12 |
| HSL | 82.15º | 0.71% | 0.59% | - |
| HSV(B) | 82.15º | 0.67% | 0.88% | - |
| XYZ | 44.29 | 62.25 | 16.34 | - |
| YUV | 190.57 | 62.78 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 224 | 75 | 0.25 | 0 | 0.67 | 0.12 | 82.15 | 0.71 | 0.59 |
| Hex | A9 | E0 | 4B | 19 | 0 | 43 | C | 52 | 47 | 3B |
| Octal | 251 | 340 | 113 | 31 | 0 | 103 | 14 | 122 | 107 | 73 |
| Binary | 10101001 | 11100000 | 1001011 | 11001 | 0 | 1000011 | 1100 | 1010010 | 1000111 | 111011 |
Color Harmonies of #A9E04B
Complementary color
Monochromatic Colors of #A9E04B
Black with #A9E04B
Text Example
Text Example
White with #A9E04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E04B; }
p { color: rgb(169,224,75); }
H1.HeaderClassName
{
color: #A9E04B;
}
.AnyTagClassName
{
color: #A9E04B;
}
</style>
background-color css
<style>
a { background-color: #A9E04B; }
a { background-color: rgb(169,224,75); }
div.DivClassName
{
background-color: #A9E04B;
}
.BgClassName
{
background-color: #A9E04B;
}
</style>
border-color css
<style>
span { border-color: #A9E04B; }
span { border-color: rgb(169,224,75); }
td.TdClassName
{
border-color: #A9E04B;
}
.TagClassName
{
border-color: #A9E04B;
}
</style>