Shades of Conifer #A8D069
Tints of Conifer #A8D069
RGB
CMYK
RGB Variations
Color information
#A8D069 (or 0xA8D069) is known color: Conifer. HEX triplet: A8, D0 and 69. RGB value is (168,208,105). Sum of RGB (Red+Green+Blue) = 168+208+105=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D069 is #572F96. Grayscale: #B8B8B8. Windows color (decimal): -5713815 or 6934696. OLE color: 6934696.
HSL color Cylindrical-coordinate representation of color #A8D069: hue angle of 83.3º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8D069 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 105 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.18 |
| HSL | 83.3º | 0.52% | 0.61% | - |
| HSV(B) | 83.3º | 0.5% | 0.82% | - |
| XYZ | 41.25 | 54.46 | 21.7 | - |
| YUV | 184.3 | 83.25 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 105 | 0.19 | 0 | 0.50 | 0.18 | 83.3 | 0.52 | 0.61 |
| Hex | A8 | D0 | 69 | 13 | 0 | 32 | 12 | 53 | 34 | 3D |
| Octal | 250 | 320 | 151 | 23 | 0 | 62 | 22 | 123 | 64 | 75 |
| Binary | 10101000 | 11010000 | 1101001 | 10011 | 0 | 110010 | 10010 | 1010011 | 110100 | 111101 |
Color Harmonies of #A8D069
Complementary color
Monochromatic Colors of #A8D069
Black with #A8D069
Text Example
Text Example
White with #A8D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D069; }
p { color: rgb(168,208,105); }
H1.HeaderClassName
{
color: #A8D069;
}
.AnyTagClassName
{
color: #A8D069;
}
</style>
background-color css
<style>
a { background-color: #A8D069; }
a { background-color: rgb(168,208,105); }
div.DivClassName
{
background-color: #A8D069;
}
.BgClassName
{
background-color: #A8D069;
}
</style>
border-color css
<style>
span { border-color: #A8D069; }
span { border-color: rgb(168,208,105); }
td.TdClassName
{
border-color: #A8D069;
}
.TagClassName
{
border-color: #A8D069;
}
</style>