Shades of Conifer #A7E157
Tints of Conifer #A7E157
RGB
CMYK
RGB Variations
Color information
#A7E157 (or 0xA7E157) is known color: Conifer. HEX triplet: A7, E1 and 57. RGB value is (167,225,87). Sum of RGB (Red+Green+Blue) = 167+225+87=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E157 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E157 is #581EA8. Grayscale: #C0C0C0. Windows color (decimal): -5775017 or 5759399. OLE color: 5759399.
HSL color Cylindrical-coordinate representation of color #A7E157: hue angle of 85.22º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A7E157 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 225 | 87 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.12 |
| HSL | 85.22º | 0.7% | 0.61% | - |
| HSV(B) | 85.22º | 0.61% | 0.88% | - |
| XYZ | 44.58 | 62.75 | 18.78 | - |
| YUV | 191.93 | 68.78 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 87 | 0.26 | 0 | 0.61 | 0.12 | 85.22 | 0.7 | 0.61 |
| Hex | A7 | E1 | 57 | 1A | 0 | 3D | C | 55 | 46 | 3D |
| Octal | 247 | 341 | 127 | 32 | 0 | 75 | 14 | 125 | 106 | 75 |
| Binary | 10100111 | 11100001 | 1010111 | 11010 | 0 | 111101 | 1100 | 1010101 | 1000110 | 111101 |
Color Harmonies of #A7E157
Complementary color
Monochromatic Colors of #A7E157
Black with #A7E157
Text Example
Text Example
White with #A7E157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E157; }
p { color: rgb(167,225,87); }
H1.HeaderClassName
{
color: #A7E157;
}
.AnyTagClassName
{
color: #A7E157;
}
</style>
background-color css
<style>
a { background-color: #A7E157; }
a { background-color: rgb(167,225,87); }
div.DivClassName
{
background-color: #A7E157;
}
.BgClassName
{
background-color: #A7E157;
}
</style>
border-color css
<style>
span { border-color: #A7E157; }
span { border-color: rgb(167,225,87); }
td.TdClassName
{
border-color: #A7E157;
}
.TagClassName
{
border-color: #A7E157;
}
</style>