Shades of Conifer #A7EC4D
Tints of Conifer #A7EC4D
RGB
CMYK
RGB Variations
Color information
#A7EC4D (or 0xA7EC4D) is known color: Conifer. HEX triplet: A7, EC and 4D. RGB value is (167,236,77). Sum of RGB (Red+Green+Blue) = 167+236+77=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #A7EC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7EC4D is #5813B2. Grayscale: #C5C5C5. Windows color (decimal): -5772211 or 5106855. OLE color: 5106855.
HSL color Cylindrical-coordinate representation of color #A7EC4D: hue angle of 86.04º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A7EC4D is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 236 | 77 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.07 |
| HSL | 86.04º | 0.81% | 0.61% | - |
| HSV(B) | 86.04º | 0.67% | 0.93% | - |
| XYZ | 47.27 | 68.74 | 17.8 | - |
| YUV | 197.24 | 60.14 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 236 | 77 | 0.29 | 0 | 0.67 | 0.07 | 86.04 | 0.81 | 0.61 |
| Hex | A7 | EC | 4D | 1D | 0 | 43 | 7 | 56 | 51 | 3D |
| Octal | 247 | 354 | 115 | 35 | 0 | 103 | 7 | 126 | 121 | 75 |
| Binary | 10100111 | 11101100 | 1001101 | 11101 | 0 | 1000011 | 111 | 1010110 | 1010001 | 111101 |
Color Harmonies of #A7EC4D
Complementary color
Monochromatic Colors of #A7EC4D
Black with #A7EC4D
Text Example
Text Example
White with #A7EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EC4D; }
p { color: rgb(167,236,77); }
H1.HeaderClassName
{
color: #A7EC4D;
}
.AnyTagClassName
{
color: #A7EC4D;
}
</style>
background-color css
<style>
a { background-color: #A7EC4D; }
a { background-color: rgb(167,236,77); }
div.DivClassName
{
background-color: #A7EC4D;
}
.BgClassName
{
background-color: #A7EC4D;
}
</style>
border-color css
<style>
span { border-color: #A7EC4D; }
span { border-color: rgb(167,236,77); }
td.TdClassName
{
border-color: #A7EC4D;
}
.TagClassName
{
border-color: #A7EC4D;
}
</style>