Shades of Conifer #A9E14D
Tints of Conifer #A9E14D
RGB
CMYK
RGB Variations
Color information
#A9E14D (or 0xA9E14D) is known color: Conifer. HEX triplet: A9, E1 and 4D. RGB value is (169,225,77). Sum of RGB (Red+Green+Blue) = 169+225+77=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #A9E14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E14D is #561EB2. Grayscale: #BFBFBF. Windows color (decimal): -5643955 or 5104041. OLE color: 5104041.
HSL color Cylindrical-coordinate representation of color #A9E14D: hue angle of 82.7º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9E14D is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 225 | 77 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.12 |
| HSL | 82.7º | 0.71% | 0.59% | - |
| HSV(B) | 82.7º | 0.66% | 0.88% | - |
| XYZ | 44.63 | 62.82 | 16.79 | - |
| YUV | 191.38 | 63.45 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 225 | 77 | 0.25 | 0 | 0.66 | 0.12 | 82.7 | 0.71 | 0.59 |
| Hex | A9 | E1 | 4D | 19 | 0 | 42 | C | 53 | 47 | 3B |
| Octal | 251 | 341 | 115 | 31 | 0 | 102 | 14 | 123 | 107 | 73 |
| Binary | 10101001 | 11100001 | 1001101 | 11001 | 0 | 1000010 | 1100 | 1010011 | 1000111 | 111011 |
Color Harmonies of #A9E14D
Complementary color
Monochromatic Colors of #A9E14D
Black with #A9E14D
Text Example
Text Example
White with #A9E14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E14D; }
p { color: rgb(169,225,77); }
H1.HeaderClassName
{
color: #A9E14D;
}
.AnyTagClassName
{
color: #A9E14D;
}
</style>
background-color css
<style>
a { background-color: #A9E14D; }
a { background-color: rgb(169,225,77); }
div.DivClassName
{
background-color: #A9E14D;
}
.BgClassName
{
background-color: #A9E14D;
}
</style>
border-color css
<style>
span { border-color: #A9E14D; }
span { border-color: rgb(169,225,77); }
td.TdClassName
{
border-color: #A9E14D;
}
.TagClassName
{
border-color: #A9E14D;
}
</style>