Shades of Conifer #A8E156
Tints of Conifer #A8E156
RGB
CMYK
RGB Variations
Color information
#A8E156 (or 0xA8E156) is known color: Conifer. HEX triplet: A8, E1 and 56. RGB value is (168,225,86). Sum of RGB (Red+Green+Blue) = 168+225+86=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E156 is #571EA9. Grayscale: #C0C0C0. Windows color (decimal): -5709482 or 5693864. OLE color: 5693864.
HSL color Cylindrical-coordinate representation of color #A8E156: hue angle of 84.6º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8E156 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 86 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.12 |
| HSL | 84.6º | 0.7% | 0.61% | - |
| HSV(B) | 84.6º | 0.62% | 0.88% | - |
| XYZ | 44.75 | 62.85 | 18.58 | - |
| YUV | 192.11 | 68.12 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 86 | 0.25 | 0 | 0.62 | 0.12 | 84.6 | 0.7 | 0.61 |
| Hex | A8 | E1 | 56 | 19 | 0 | 3E | C | 55 | 46 | 3D |
| Octal | 250 | 341 | 126 | 31 | 0 | 76 | 14 | 125 | 106 | 75 |
| Binary | 10101000 | 11100001 | 1010110 | 11001 | 0 | 111110 | 1100 | 1010101 | 1000110 | 111101 |
Color Harmonies of #A8E156
Complementary color
Monochromatic Colors of #A8E156
Black with #A8E156
Text Example
Text Example
White with #A8E156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E156; }
p { color: rgb(168,225,86); }
H1.HeaderClassName
{
color: #A8E156;
}
.AnyTagClassName
{
color: #A8E156;
}
</style>
background-color css
<style>
a { background-color: #A8E156; }
a { background-color: rgb(168,225,86); }
div.DivClassName
{
background-color: #A8E156;
}
.BgClassName
{
background-color: #A8E156;
}
</style>
border-color css
<style>
span { border-color: #A8E156; }
span { border-color: rgb(168,225,86); }
td.TdClassName
{
border-color: #A8E156;
}
.TagClassName
{
border-color: #A8E156;
}
</style>