Shades of Conifer #A8D158
Tints of Conifer #A8D158
RGB
CMYK
RGB Variations
Color information
#A8D158 (or 0xA8D158) is known color: Conifer. HEX triplet: A8, D1 and 58. RGB value is (168,209,88). Sum of RGB (Red+Green+Blue) = 168+209+88=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D158 is #572EA7. Grayscale: #B7B7B7. Windows color (decimal): -5713576 or 5820840. OLE color: 5820840.
HSL color Cylindrical-coordinate representation of color #A8D158: hue angle of 80.33º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8D158 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 88 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.18 |
| HSL | 80.33º | 0.57% | 0.58% | - |
| HSV(B) | 80.33º | 0.58% | 0.82% | - |
| XYZ | 40.71 | 54.63 | 17.63 | - |
| YUV | 182.95 | 74.42 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 88 | 0.20 | 0 | 0.58 | 0.18 | 80.33 | 0.57 | 0.58 |
| Hex | A8 | D1 | 58 | 14 | 0 | 3A | 12 | 50 | 39 | 3A |
| Octal | 250 | 321 | 130 | 24 | 0 | 72 | 22 | 120 | 71 | 72 |
| Binary | 10101000 | 11010001 | 1011000 | 10100 | 0 | 111010 | 10010 | 1010000 | 111001 | 111010 |
Color Harmonies of #A8D158
Complementary color
Monochromatic Colors of #A8D158
Black with #A8D158
Text Example
Text Example
White with #A8D158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D158; }
p { color: rgb(168,209,88); }
H1.HeaderClassName
{
color: #A8D158;
}
.AnyTagClassName
{
color: #A8D158;
}
</style>
background-color css
<style>
a { background-color: #A8D158; }
a { background-color: rgb(168,209,88); }
div.DivClassName
{
background-color: #A8D158;
}
.BgClassName
{
background-color: #A8D158;
}
</style>
border-color css
<style>
span { border-color: #A8D158; }
span { border-color: rgb(168,209,88); }
td.TdClassName
{
border-color: #A8D158;
}
.TagClassName
{
border-color: #A8D158;
}
</style>