Shades of Conifer #A8D558
Tints of Conifer #A8D558
RGB
CMYK
RGB Variations
Color information
#A8D558 (or 0xA8D558) is known color: Conifer. HEX triplet: A8, D5 and 58. RGB value is (168,213,88). Sum of RGB (Red+Green+Blue) = 168+213+88=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D558 is #572AA7. Grayscale: #B9B9B9. Windows color (decimal): -5712552 or 5821864. OLE color: 5821864.
HSL color Cylindrical-coordinate representation of color #A8D558: hue angle of 81.6º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8D558 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 88 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.16 |
| HSL | 81.6º | 0.6% | 0.59% | - |
| HSV(B) | 81.6º | 0.59% | 0.84% | - |
| XYZ | 41.7 | 56.62 | 17.96 | - |
| YUV | 185.3 | 73.09 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 88 | 0.21 | 0 | 0.59 | 0.16 | 81.6 | 0.6 | 0.59 |
| Hex | A8 | D5 | 58 | 15 | 0 | 3B | 10 | 52 | 3C | 3B |
| Octal | 250 | 325 | 130 | 25 | 0 | 73 | 20 | 122 | 74 | 73 |
| Binary | 10101000 | 11010101 | 1011000 | 10101 | 0 | 111011 | 10000 | 1010010 | 111100 | 111011 |
Color Harmonies of #A8D558
Complementary color
Monochromatic Colors of #A8D558
Black with #A8D558
Text Example
Text Example
White with #A8D558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D558; }
p { color: rgb(168,213,88); }
H1.HeaderClassName
{
color: #A8D558;
}
.AnyTagClassName
{
color: #A8D558;
}
</style>
background-color css
<style>
a { background-color: #A8D558; }
a { background-color: rgb(168,213,88); }
div.DivClassName
{
background-color: #A8D558;
}
.BgClassName
{
background-color: #A8D558;
}
</style>
border-color css
<style>
span { border-color: #A8D558; }
span { border-color: rgb(168,213,88); }
td.TdClassName
{
border-color: #A8D558;
}
.TagClassName
{
border-color: #A8D558;
}
</style>