Shades of Conifer #A8D656
Tints of Conifer #A8D656
RGB
CMYK
RGB Variations
Color information
#A8D656 (or 0xA8D656) is known color: Conifer. HEX triplet: A8, D6 and 56. RGB value is (168,214,86). Sum of RGB (Red+Green+Blue) = 168+214+86=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D656 is #5729A9. Grayscale: #BABABA. Windows color (decimal): -5712298 or 5691048. OLE color: 5691048.
HSL color Cylindrical-coordinate representation of color #A8D656: hue angle of 81.56º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8D656 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 86 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.16 |
| HSL | 81.56º | 0.61% | 0.59% | - |
| HSV(B) | 81.56º | 0.6% | 0.84% | - |
| XYZ | 41.87 | 57.09 | 17.62 | - |
| YUV | 185.65 | 71.76 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 86 | 0.21 | 0 | 0.60 | 0.16 | 81.56 | 0.61 | 0.59 |
| Hex | A8 | D6 | 56 | 15 | 0 | 3C | 10 | 52 | 3D | 3B |
| Octal | 250 | 326 | 126 | 25 | 0 | 74 | 20 | 122 | 75 | 73 |
| Binary | 10101000 | 11010110 | 1010110 | 10101 | 0 | 111100 | 10000 | 1010010 | 111101 | 111011 |
Color Harmonies of #A8D656
Complementary color
Monochromatic Colors of #A8D656
Black with #A8D656
Text Example
Text Example
White with #A8D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D656; }
p { color: rgb(168,214,86); }
H1.HeaderClassName
{
color: #A8D656;
}
.AnyTagClassName
{
color: #A8D656;
}
</style>
background-color css
<style>
a { background-color: #A8D656; }
a { background-color: rgb(168,214,86); }
div.DivClassName
{
background-color: #A8D656;
}
.BgClassName
{
background-color: #A8D656;
}
</style>
border-color css
<style>
span { border-color: #A8D656; }
span { border-color: rgb(168,214,86); }
td.TdClassName
{
border-color: #A8D656;
}
.TagClassName
{
border-color: #A8D656;
}
</style>