Shades of Conifer #A9D867
Tints of Conifer #A9D867
RGB
CMYK
RGB Variations
Color information
#A9D867 (or 0xA9D867) is known color: Conifer. HEX triplet: A9, D8 and 67. RGB value is (169,216,103). Sum of RGB (Red+Green+Blue) = 169+216+103=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D867 is #562798. Grayscale: #BDBDBD. Windows color (decimal): -5646233 or 6805673. OLE color: 6805673.
HSL color Cylindrical-coordinate representation of color #A9D867: hue angle of 84.96º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A9D867 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 216 | 103 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.15 |
| HSL | 84.96º | 0.59% | 0.63% | - |
| HSV(B) | 84.96º | 0.52% | 0.85% | - |
| XYZ | 43.37 | 58.53 | 21.84 | - |
| YUV | 189.07 | 79.43 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 216 | 103 | 0.22 | 0 | 0.52 | 0.15 | 84.96 | 0.59 | 0.63 |
| Hex | A9 | D8 | 67 | 16 | 0 | 34 | F | 55 | 3B | 3F |
| Octal | 251 | 330 | 147 | 26 | 0 | 64 | 17 | 125 | 73 | 77 |
| Binary | 10101001 | 11011000 | 1100111 | 10110 | 0 | 110100 | 1111 | 1010101 | 111011 | 111111 |
Color Harmonies of #A9D867
Complementary color
Monochromatic Colors of #A9D867
Black with #A9D867
Text Example
Text Example
White with #A9D867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D867; }
p { color: rgb(169,216,103); }
H1.HeaderClassName
{
color: #A9D867;
}
.AnyTagClassName
{
color: #A9D867;
}
</style>
background-color css
<style>
a { background-color: #A9D867; }
a { background-color: rgb(169,216,103); }
div.DivClassName
{
background-color: #A9D867;
}
.BgClassName
{
background-color: #A9D867;
}
</style>
border-color css
<style>
span { border-color: #A9D867; }
span { border-color: rgb(169,216,103); }
td.TdClassName
{
border-color: #A9D867;
}
.TagClassName
{
border-color: #A9D867;
}
</style>