Shades of Conifer #A8D255
Tints of Conifer #A8D255
RGB
CMYK
RGB Variations
Color information
#A8D255 (or 0xA8D255) is known color: Conifer. HEX triplet: A8, D2 and 55. RGB value is (168,210,85). Sum of RGB (Red+Green+Blue) = 168+210+85=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D255 is #572DAA. Grayscale: #B7B7B7. Windows color (decimal): -5713323 or 5624488. OLE color: 5624488.
HSL color Cylindrical-coordinate representation of color #A8D255: hue angle of 80.16º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8D255 is Cyan = 0.2, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 85 | - |
| CMYK | 0.2 | 0 | 0.60 | 0.18 |
| HSL | 80.16º | 0.58% | 0.58% | - |
| HSV(B) | 80.16º | 0.6% | 0.82% | - |
| XYZ | 40.83 | 55.07 | 17.07 | - |
| YUV | 183.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 85 | 0.2 | 0 | 0.60 | 0.18 | 80.16 | 0.58 | 0.58 |
| Hex | A8 | D2 | 55 | 14 | 0 | 3C | 12 | 50 | 3A | 3A |
| Octal | 250 | 322 | 125 | 24 | 0 | 74 | 22 | 120 | 72 | 72 |
| Binary | 10101000 | 11010010 | 1010101 | 10100 | 0 | 111100 | 10010 | 1010000 | 111010 | 111010 |
Color Harmonies of #A8D255
Complementary color
Monochromatic Colors of #A8D255
Black with #A8D255
Text Example
Text Example
White with #A8D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D255; }
p { color: rgb(168,210,85); }
H1.HeaderClassName
{
color: #A8D255;
}
.AnyTagClassName
{
color: #A8D255;
}
</style>
background-color css
<style>
a { background-color: #A8D255; }
a { background-color: rgb(168,210,85); }
div.DivClassName
{
background-color: #A8D255;
}
.BgClassName
{
background-color: #A8D255;
}
</style>
border-color css
<style>
span { border-color: #A8D255; }
span { border-color: rgb(168,210,85); }
td.TdClassName
{
border-color: #A8D255;
}
.TagClassName
{
border-color: #A8D255;
}
</style>