Shades of Conifer #A9E166
Tints of Conifer #A9E166
RGB
CMYK
RGB Variations
Color information
#A9E166 (or 0xA9E166) is known color: Conifer. HEX triplet: A9, E1 and 66. RGB value is (169,225,102). Sum of RGB (Red+Green+Blue) = 169+225+102=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #A9E166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E166 is #561E99. Grayscale: #C2C2C2. Windows color (decimal): -5643930 or 6742441. OLE color: 6742441.
HSL color Cylindrical-coordinate representation of color #A9E166: hue angle of 87.32º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9E166 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 225 | 102 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.12 |
| HSL | 87.32º | 0.67% | 0.64% | - |
| HSV(B) | 87.32º | 0.55% | 0.88% | - |
| XYZ | 45.69 | 63.24 | 22.37 | - |
| YUV | 194.23 | 75.95 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 225 | 102 | 0.25 | 0 | 0.55 | 0.12 | 87.32 | 0.67 | 0.64 |
| Hex | A9 | E1 | 66 | 19 | 0 | 37 | C | 57 | 43 | 40 |
| Octal | 251 | 341 | 146 | 31 | 0 | 67 | 14 | 127 | 103 | 100 |
| Binary | 10101001 | 11100001 | 1100110 | 11001 | 0 | 110111 | 1100 | 1010111 | 1000011 | 1000000 |
Color Harmonies of #A9E166
Complementary color
Monochromatic Colors of #A9E166
Black with #A9E166
Text Example
Text Example
White with #A9E166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E166; }
p { color: rgb(169,225,102); }
H1.HeaderClassName
{
color: #A9E166;
}
.AnyTagClassName
{
color: #A9E166;
}
</style>
background-color css
<style>
a { background-color: #A9E166; }
a { background-color: rgb(169,225,102); }
div.DivClassName
{
background-color: #A9E166;
}
.BgClassName
{
background-color: #A9E166;
}
</style>
border-color css
<style>
span { border-color: #A9E166; }
span { border-color: rgb(169,225,102); }
td.TdClassName
{
border-color: #A9E166;
}
.TagClassName
{
border-color: #A9E166;
}
</style>