Shades of Conifer #A8D660
Tints of Conifer #A8D660
RGB
CMYK
RGB Variations
Color information
#A8D660 (or 0xA8D660) is known color: Conifer. HEX triplet: A8, D6 and 60. RGB value is (168,214,96). Sum of RGB (Red+Green+Blue) = 168+214+96=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D660 is #57299F. Grayscale: #BBBBBB. Windows color (decimal): -5712288 or 6346408. OLE color: 6346408.
HSL color Cylindrical-coordinate representation of color #A8D660: hue angle of 83.39º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8D660 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 96 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.16 |
| HSL | 83.39º | 0.59% | 0.61% | - |
| HSV(B) | 83.39º | 0.55% | 0.84% | - |
| XYZ | 42.31 | 57.26 | 19.89 | - |
| YUV | 186.79 | 76.76 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 96 | 0.21 | 0 | 0.55 | 0.16 | 83.39 | 0.59 | 0.61 |
| Hex | A8 | D6 | 60 | 15 | 0 | 37 | 10 | 53 | 3B | 3D |
| Octal | 250 | 326 | 140 | 25 | 0 | 67 | 20 | 123 | 73 | 75 |
| Binary | 10101000 | 11010110 | 1100000 | 10101 | 0 | 110111 | 10000 | 1010011 | 111011 | 111101 |
Color Harmonies of #A8D660
Complementary color
Monochromatic Colors of #A8D660
Black with #A8D660
Text Example
Text Example
White with #A8D660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D660; }
p { color: rgb(168,214,96); }
H1.HeaderClassName
{
color: #A8D660;
}
.AnyTagClassName
{
color: #A8D660;
}
</style>
background-color css
<style>
a { background-color: #A8D660; }
a { background-color: rgb(168,214,96); }
div.DivClassName
{
background-color: #A8D660;
}
.BgClassName
{
background-color: #A8D660;
}
</style>
border-color css
<style>
span { border-color: #A8D660; }
span { border-color: rgb(168,214,96); }
td.TdClassName
{
border-color: #A8D660;
}
.TagClassName
{
border-color: #A8D660;
}
</style>