Shades of Conifer #A8D769
Tints of Conifer #A8D769
RGB
CMYK
RGB Variations
Color information
#A8D769 (or 0xA8D769) is known color: Conifer. HEX triplet: A8, D7 and 69. RGB value is (168,215,105). Sum of RGB (Red+Green+Blue) = 168+215+105=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D769 is #572896. Grayscale: #BCBCBC. Windows color (decimal): -5712023 or 6936488. OLE color: 6936488.
HSL color Cylindrical-coordinate representation of color #A8D769: hue angle of 85.64º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8D769 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 105 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.16 |
| HSL | 85.64º | 0.58% | 0.63% | - |
| HSV(B) | 85.64º | 0.51% | 0.84% | - |
| XYZ | 43 | 57.95 | 22.28 | - |
| YUV | 188.41 | 80.93 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 105 | 0.22 | 0 | 0.51 | 0.16 | 85.64 | 0.58 | 0.63 |
| Hex | A8 | D7 | 69 | 16 | 0 | 33 | 10 | 56 | 3A | 3F |
| Octal | 250 | 327 | 151 | 26 | 0 | 63 | 20 | 126 | 72 | 77 |
| Binary | 10101000 | 11010111 | 1101001 | 10110 | 0 | 110011 | 10000 | 1010110 | 111010 | 111111 |
Color Harmonies of #A8D769
Complementary color
Monochromatic Colors of #A8D769
Black with #A8D769
Text Example
Text Example
White with #A8D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D769; }
p { color: rgb(168,215,105); }
H1.HeaderClassName
{
color: #A8D769;
}
.AnyTagClassName
{
color: #A8D769;
}
</style>
background-color css
<style>
a { background-color: #A8D769; }
a { background-color: rgb(168,215,105); }
div.DivClassName
{
background-color: #A8D769;
}
.BgClassName
{
background-color: #A8D769;
}
</style>
border-color css
<style>
span { border-color: #A8D769; }
span { border-color: rgb(168,215,105); }
td.TdClassName
{
border-color: #A8D769;
}
.TagClassName
{
border-color: #A8D769;
}
</style>