Shades of Conifer #A8D556
Tints of Conifer #A8D556
RGB
CMYK
RGB Variations
Color information
#A8D556 (or 0xA8D556) is known color: Conifer. HEX triplet: A8, D5 and 56. RGB value is (168,213,86). Sum of RGB (Red+Green+Blue) = 168+213+86=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D556 is #572AA9. Grayscale: #B9B9B9. Windows color (decimal): -5712554 or 5690792. OLE color: 5690792.
HSL color Cylindrical-coordinate representation of color #A8D556: hue angle of 81.26º degrees, saturation: 0.6, 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 #A8D556 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 86 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.16 |
| HSL | 81.26º | 0.6% | 0.59% | - |
| HSV(B) | 81.26º | 0.6% | 0.84% | - |
| XYZ | 41.62 | 56.59 | 17.53 | - |
| YUV | 185.07 | 72.09 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 86 | 0.21 | 0 | 0.60 | 0.16 | 81.26 | 0.6 | 0.59 |
| Hex | A8 | D5 | 56 | 15 | 0 | 3C | 10 | 51 | 3C | 3B |
| Octal | 250 | 325 | 126 | 25 | 0 | 74 | 20 | 121 | 74 | 73 |
| Binary | 10101000 | 11010101 | 1010110 | 10101 | 0 | 111100 | 10000 | 1010001 | 111100 | 111011 |
Color Harmonies of #A8D556
Complementary color
Monochromatic Colors of #A8D556
Black with #A8D556
Text Example
Text Example
White with #A8D556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D556; }
p { color: rgb(168,213,86); }
H1.HeaderClassName
{
color: #A8D556;
}
.AnyTagClassName
{
color: #A8D556;
}
</style>
background-color css
<style>
a { background-color: #A8D556; }
a { background-color: rgb(168,213,86); }
div.DivClassName
{
background-color: #A8D556;
}
.BgClassName
{
background-color: #A8D556;
}
</style>
border-color css
<style>
span { border-color: #A8D556; }
span { border-color: rgb(168,213,86); }
td.TdClassName
{
border-color: #A8D556;
}
.TagClassName
{
border-color: #A8D556;
}
</style>