Shades of Conifer #A7EA60
Tints of Conifer #A7EA60
RGB
CMYK
RGB Variations
Color information
#A7EA60 (or 0xA7EA60) is known color: Conifer. HEX triplet: A7, EA and 60. RGB value is (167,234,96). Sum of RGB (Red+Green+Blue) = 167+234+96=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EA60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7EA60 is #58159F. Grayscale: #C6C6C6. Windows color (decimal): -5772704 or 6351527. OLE color: 6351527.
HSL color Cylindrical-coordinate representation of color #A7EA60: hue angle of 89.13º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A7EA60 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 234 | 96 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.08 |
| HSL | 89.13º | 0.77% | 0.65% | - |
| HSV(B) | 89.13º | 0.59% | 0.92% | - |
| XYZ | 47.47 | 67.91 | 21.67 | - |
| YUV | 198.24 | 70.3 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 234 | 96 | 0.29 | 0 | 0.59 | 0.08 | 89.13 | 0.77 | 0.65 |
| Hex | A7 | EA | 60 | 1D | 0 | 3B | 8 | 59 | 4D | 41 |
| Octal | 247 | 352 | 140 | 35 | 0 | 73 | 10 | 131 | 115 | 101 |
| Binary | 10100111 | 11101010 | 1100000 | 11101 | 0 | 111011 | 1000 | 1011001 | 1001101 | 1000001 |
Color Harmonies of #A7EA60
Complementary color
Monochromatic Colors of #A7EA60
Black with #A7EA60
Text Example
Text Example
White with #A7EA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EA60; }
p { color: rgb(167,234,96); }
H1.HeaderClassName
{
color: #A7EA60;
}
.AnyTagClassName
{
color: #A7EA60;
}
</style>
background-color css
<style>
a { background-color: #A7EA60; }
a { background-color: rgb(167,234,96); }
div.DivClassName
{
background-color: #A7EA60;
}
.BgClassName
{
background-color: #A7EA60;
}
</style>
border-color css
<style>
span { border-color: #A7EA60; }
span { border-color: rgb(167,234,96); }
td.TdClassName
{
border-color: #A7EA60;
}
.TagClassName
{
border-color: #A7EA60;
}
</style>