Shades of Conifer #A8D155
Tints of Conifer #A8D155
RGB
CMYK
RGB Variations
Color information
#A8D155 (or 0xA8D155) is known color: Conifer. HEX triplet: A8, D1 and 55. RGB value is (168,209,85). Sum of RGB (Red+Green+Blue) = 168+209+85=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D155 is #572EAA. Grayscale: #B7B7B7. Windows color (decimal): -5713579 or 5624232. OLE color: 5624232.
HSL color Cylindrical-coordinate representation of color #A8D155: hue angle of 79.84º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8D155 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 85 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.18 |
| HSL | 79.84º | 0.57% | 0.58% | - |
| HSV(B) | 79.84º | 0.59% | 0.82% | - |
| XYZ | 40.59 | 54.58 | 16.99 | - |
| YUV | 182.61 | 72.92 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 85 | 0.20 | 0 | 0.59 | 0.18 | 79.84 | 0.57 | 0.58 |
| Hex | A8 | D1 | 55 | 14 | 0 | 3B | 12 | 50 | 39 | 3A |
| Octal | 250 | 321 | 125 | 24 | 0 | 73 | 22 | 120 | 71 | 72 |
| Binary | 10101000 | 11010001 | 1010101 | 10100 | 0 | 111011 | 10010 | 1010000 | 111001 | 111010 |
Color Harmonies of #A8D155
Complementary color
Monochromatic Colors of #A8D155
Black with #A8D155
Text Example
Text Example
White with #A8D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D155; }
p { color: rgb(168,209,85); }
H1.HeaderClassName
{
color: #A8D155;
}
.AnyTagClassName
{
color: #A8D155;
}
</style>
background-color css
<style>
a { background-color: #A8D155; }
a { background-color: rgb(168,209,85); }
div.DivClassName
{
background-color: #A8D155;
}
.BgClassName
{
background-color: #A8D155;
}
</style>
border-color css
<style>
span { border-color: #A8D155; }
span { border-color: rgb(168,209,85); }
td.TdClassName
{
border-color: #A8D155;
}
.TagClassName
{
border-color: #A8D155;
}
</style>