Shades of Conifer #A7EC5A
Tints of Conifer #A7EC5A
RGB
CMYK
RGB Variations
Color information
#A7EC5A (or 0xA7EC5A) is known color: Conifer. HEX triplet: A7, EC and 5A. RGB value is (167,236,90). Sum of RGB (Red+Green+Blue) = 167+236+90=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #A7EC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7EC5A is #5813A5. Grayscale: #C7C7C7. Windows color (decimal): -5772198 or 5958823. OLE color: 5958823.
HSL color Cylindrical-coordinate representation of color #A7EC5A: hue angle of 88.36º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7EC5A is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 236 | 90 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.07 |
| HSL | 88.36º | 0.79% | 0.64% | - |
| HSV(B) | 88.36º | 0.62% | 0.93% | - |
| XYZ | 47.78 | 68.94 | 20.46 | - |
| YUV | 198.73 | 66.64 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 236 | 90 | 0.29 | 0 | 0.62 | 0.07 | 88.36 | 0.79 | 0.64 |
| Hex | A7 | EC | 5A | 1D | 0 | 3E | 7 | 58 | 4F | 40 |
| Octal | 247 | 354 | 132 | 35 | 0 | 76 | 7 | 130 | 117 | 100 |
| Binary | 10100111 | 11101100 | 1011010 | 11101 | 0 | 111110 | 111 | 1011000 | 1001111 | 1000000 |
Color Harmonies of #A7EC5A
Complementary color
Monochromatic Colors of #A7EC5A
Black with #A7EC5A
Text Example
Text Example
White with #A7EC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EC5A; }
p { color: rgb(167,236,90); }
H1.HeaderClassName
{
color: #A7EC5A;
}
.AnyTagClassName
{
color: #A7EC5A;
}
</style>
background-color css
<style>
a { background-color: #A7EC5A; }
a { background-color: rgb(167,236,90); }
div.DivClassName
{
background-color: #A7EC5A;
}
.BgClassName
{
background-color: #A7EC5A;
}
</style>
border-color css
<style>
span { border-color: #A7EC5A; }
span { border-color: rgb(167,236,90); }
td.TdClassName
{
border-color: #A7EC5A;
}
.TagClassName
{
border-color: #A7EC5A;
}
</style>