Shades of Conifer #A7E15E
Tints of Conifer #A7E15E
RGB
CMYK
RGB Variations
Color information
#A7E15E (or 0xA7E15E) is known color: Conifer. HEX triplet: A7, E1 and 5E. RGB value is (167,225,94). Sum of RGB (Red+Green+Blue) = 167+225+94=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E15E is #581EA1. Grayscale: #C1C1C1. Windows color (decimal): -5775010 or 6218151. OLE color: 6218151.
HSL color Cylindrical-coordinate representation of color #A7E15E: hue angle of 86.56º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7E15E is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 225 | 94 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.12 |
| HSL | 86.56º | 0.69% | 0.63% | - |
| HSV(B) | 86.56º | 0.58% | 0.88% | - |
| XYZ | 44.88 | 62.87 | 20.36 | - |
| YUV | 192.72 | 72.28 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 94 | 0.26 | 0 | 0.58 | 0.12 | 86.56 | 0.69 | 0.63 |
| Hex | A7 | E1 | 5E | 1A | 0 | 3A | C | 57 | 45 | 3F |
| Octal | 247 | 341 | 136 | 32 | 0 | 72 | 14 | 127 | 105 | 77 |
| Binary | 10100111 | 11100001 | 1011110 | 11010 | 0 | 111010 | 1100 | 1010111 | 1000101 | 111111 |
Color Harmonies of #A7E15E
Complementary color
Monochromatic Colors of #A7E15E
Black with #A7E15E
Text Example
Text Example
White with #A7E15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E15E; }
p { color: rgb(167,225,94); }
H1.HeaderClassName
{
color: #A7E15E;
}
.AnyTagClassName
{
color: #A7E15E;
}
</style>
background-color css
<style>
a { background-color: #A7E15E; }
a { background-color: rgb(167,225,94); }
div.DivClassName
{
background-color: #A7E15E;
}
.BgClassName
{
background-color: #A7E15E;
}
</style>
border-color css
<style>
span { border-color: #A7E15E; }
span { border-color: rgb(167,225,94); }
td.TdClassName
{
border-color: #A7E15E;
}
.TagClassName
{
border-color: #A7E15E;
}
</style>