Shades of Conifer #A9E868
Tints of Conifer #A9E868
RGB
CMYK
RGB Variations
Color information
#A9E868 (or 0xA9E868) is known color: Conifer. HEX triplet: A9, E8 and 68. RGB value is (169,232,104). Sum of RGB (Red+Green+Blue) = 169+232+104=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #A9E868 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9E868 is #561797. Grayscale: #C7C7C7. Windows color (decimal): -5642136 or 6875305. OLE color: 6875305.
HSL color Cylindrical-coordinate representation of color #A9E868: hue angle of 89.53º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9E868 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 232 | 104 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.09 |
| HSL | 89.53º | 0.74% | 0.66% | - |
| HSV(B) | 89.53º | 0.55% | 0.91% | - |
| XYZ | 47.72 | 67.15 | 23.54 | - |
| YUV | 198.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 232 | 104 | 0.27 | 0 | 0.55 | 0.09 | 89.53 | 0.74 | 0.66 |
| Hex | A9 | E8 | 68 | 1B | 0 | 37 | 9 | 5A | 4A | 42 |
| Octal | 251 | 350 | 150 | 33 | 0 | 67 | 11 | 132 | 112 | 102 |
| Binary | 10101001 | 11101000 | 1101000 | 11011 | 0 | 110111 | 1001 | 1011010 | 1001010 | 1000010 |
Color Harmonies of #A9E868
Complementary color
Monochromatic Colors of #A9E868
Black with #A9E868
Text Example
Text Example
White with #A9E868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E868; }
p { color: rgb(169,232,104); }
H1.HeaderClassName
{
color: #A9E868;
}
.AnyTagClassName
{
color: #A9E868;
}
</style>
background-color css
<style>
a { background-color: #A9E868; }
a { background-color: rgb(169,232,104); }
div.DivClassName
{
background-color: #A9E868;
}
.BgClassName
{
background-color: #A9E868;
}
</style>
border-color css
<style>
span { border-color: #A9E868; }
span { border-color: rgb(169,232,104); }
td.TdClassName
{
border-color: #A9E868;
}
.TagClassName
{
border-color: #A9E868;
}
</style>