Shades of Conifer #A8D65F
Tints of Conifer #A8D65F
RGB
CMYK
RGB Variations
Color information
#A8D65F (or 0xA8D65F) is known color: Conifer. HEX triplet: A8, D6 and 5F. RGB value is (168,214,95). Sum of RGB (Red+Green+Blue) = 168+214+95=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D65F is #5729A0. Grayscale: #BBBBBB. Windows color (decimal): -5712289 or 6280872. OLE color: 6280872.
HSL color Cylindrical-coordinate representation of color #A8D65F: hue angle of 83.19º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8D65F is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 95 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.16 |
| HSL | 83.19º | 0.59% | 0.61% | - |
| HSV(B) | 83.19º | 0.56% | 0.84% | - |
| XYZ | 42.26 | 57.24 | 19.65 | - |
| YUV | 186.68 | 76.26 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 95 | 0.21 | 0 | 0.56 | 0.16 | 83.19 | 0.59 | 0.61 |
| Hex | A8 | D6 | 5F | 15 | 0 | 38 | 10 | 53 | 3B | 3D |
| Octal | 250 | 326 | 137 | 25 | 0 | 70 | 20 | 123 | 73 | 75 |
| Binary | 10101000 | 11010110 | 1011111 | 10101 | 0 | 111000 | 10000 | 1010011 | 111011 | 111101 |
Color Harmonies of #A8D65F
Complementary color
Monochromatic Colors of #A8D65F
Black with #A8D65F
Text Example
Text Example
White with #A8D65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D65F; }
p { color: rgb(168,214,95); }
H1.HeaderClassName
{
color: #A8D65F;
}
.AnyTagClassName
{
color: #A8D65F;
}
</style>
background-color css
<style>
a { background-color: #A8D65F; }
a { background-color: rgb(168,214,95); }
div.DivClassName
{
background-color: #A8D65F;
}
.BgClassName
{
background-color: #A8D65F;
}
</style>
border-color css
<style>
span { border-color: #A8D65F; }
span { border-color: rgb(168,214,95); }
td.TdClassName
{
border-color: #A8D65F;
}
.TagClassName
{
border-color: #A8D65F;
}
</style>