Shades of Conifer #A9D768
Tints of Conifer #A9D768
RGB
CMYK
RGB Variations
Color information
#A9D768 (or 0xA9D768) is known color: Conifer. HEX triplet: A9, D7 and 68. RGB value is (169,215,104). Sum of RGB (Red+Green+Blue) = 169+215+104=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D768 is #562897. Grayscale: #BCBCBC. Windows color (decimal): -5646488 or 6870953. OLE color: 6870953.
HSL color Cylindrical-coordinate representation of color #A9D768: hue angle of 84.86º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A9D768 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 215 | 104 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.16 |
| HSL | 84.86º | 0.58% | 0.63% | - |
| HSV(B) | 84.86º | 0.52% | 0.84% | - |
| XYZ | 43.16 | 58.04 | 22.02 | - |
| YUV | 188.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 215 | 104 | 0.21 | 0 | 0.52 | 0.16 | 84.86 | 0.58 | 0.63 |
| Hex | A9 | D7 | 68 | 15 | 0 | 34 | 10 | 55 | 3A | 3F |
| Octal | 251 | 327 | 150 | 25 | 0 | 64 | 20 | 125 | 72 | 77 |
| Binary | 10101001 | 11010111 | 1101000 | 10101 | 0 | 110100 | 10000 | 1010101 | 111010 | 111111 |
Color Harmonies of #A9D768
Complementary color
Monochromatic Colors of #A9D768
Black with #A9D768
Text Example
Text Example
White with #A9D768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D768; }
p { color: rgb(169,215,104); }
H1.HeaderClassName
{
color: #A9D768;
}
.AnyTagClassName
{
color: #A9D768;
}
</style>
background-color css
<style>
a { background-color: #A9D768; }
a { background-color: rgb(169,215,104); }
div.DivClassName
{
background-color: #A9D768;
}
.BgClassName
{
background-color: #A9D768;
}
</style>
border-color css
<style>
span { border-color: #A9D768; }
span { border-color: rgb(169,215,104); }
td.TdClassName
{
border-color: #A9D768;
}
.TagClassName
{
border-color: #A9D768;
}
</style>