Shades of Conifer #A8D356
Tints of Conifer #A8D356
RGB
CMYK
RGB Variations
Color information
#A8D356 (or 0xA8D356) is known color: Conifer. HEX triplet: A8, D3 and 56. RGB value is (168,211,86). Sum of RGB (Red+Green+Blue) = 168+211+86=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D356 is #572CA9. Grayscale: #B8B8B8. Windows color (decimal): -5713066 or 5690280. OLE color: 5690280.
HSL color Cylindrical-coordinate representation of color #A8D356: hue angle of 80.64º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8D356 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 86 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.17 |
| HSL | 80.64º | 0.59% | 0.58% | - |
| HSV(B) | 80.64º | 0.59% | 0.83% | - |
| XYZ | 41.12 | 55.59 | 17.37 | - |
| YUV | 183.89 | 72.75 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 86 | 0.20 | 0 | 0.59 | 0.17 | 80.64 | 0.59 | 0.58 |
| Hex | A8 | D3 | 56 | 14 | 0 | 3B | 11 | 51 | 3B | 3A |
| Octal | 250 | 323 | 126 | 24 | 0 | 73 | 21 | 121 | 73 | 72 |
| Binary | 10101000 | 11010011 | 1010110 | 10100 | 0 | 111011 | 10001 | 1010001 | 111011 | 111010 |
Color Harmonies of #A8D356
Complementary color
Monochromatic Colors of #A8D356
Black with #A8D356
Text Example
Text Example
White with #A8D356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D356; }
p { color: rgb(168,211,86); }
H1.HeaderClassName
{
color: #A8D356;
}
.AnyTagClassName
{
color: #A8D356;
}
</style>
background-color css
<style>
a { background-color: #A8D356; }
a { background-color: rgb(168,211,86); }
div.DivClassName
{
background-color: #A8D356;
}
.BgClassName
{
background-color: #A8D356;
}
</style>
border-color css
<style>
span { border-color: #A8D356; }
span { border-color: rgb(168,211,86); }
td.TdClassName
{
border-color: #A8D356;
}
.TagClassName
{
border-color: #A8D356;
}
</style>