Shades of Conifer #A7EC5D
Tints of Conifer #A7EC5D
RGB
CMYK
RGB Variations
Color information
#A7EC5D (or 0xA7EC5D) is known color: Conifer. HEX triplet: A7, EC and 5D. RGB value is (167,236,93). Sum of RGB (Red+Green+Blue) = 167+236+93=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #A7EC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7EC5D is #5813A2. Grayscale: #C7C7C7. Windows color (decimal): -5772195 or 6155431. OLE color: 6155431.
HSL color Cylindrical-coordinate representation of color #A7EC5D: hue angle of 88.95º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A7EC5D is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 236 | 93 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.07 |
| HSL | 88.95º | 0.79% | 0.65% | - |
| HSV(B) | 88.95º | 0.61% | 0.93% | - |
| XYZ | 47.91 | 69 | 21.15 | - |
| YUV | 199.07 | 68.14 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 236 | 93 | 0.29 | 0 | 0.61 | 0.07 | 88.95 | 0.79 | 0.65 |
| Hex | A7 | EC | 5D | 1D | 0 | 3D | 7 | 59 | 4F | 41 |
| Octal | 247 | 354 | 135 | 35 | 0 | 75 | 7 | 131 | 117 | 101 |
| Binary | 10100111 | 11101100 | 1011101 | 11101 | 0 | 111101 | 111 | 1011001 | 1001111 | 1000001 |
Color Harmonies of #A7EC5D
Complementary color
Monochromatic Colors of #A7EC5D
Black with #A7EC5D
Text Example
Text Example
White with #A7EC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EC5D; }
p { color: rgb(167,236,93); }
H1.HeaderClassName
{
color: #A7EC5D;
}
.AnyTagClassName
{
color: #A7EC5D;
}
</style>
background-color css
<style>
a { background-color: #A7EC5D; }
a { background-color: rgb(167,236,93); }
div.DivClassName
{
background-color: #A7EC5D;
}
.BgClassName
{
background-color: #A7EC5D;
}
</style>
border-color css
<style>
span { border-color: #A7EC5D; }
span { border-color: rgb(167,236,93); }
td.TdClassName
{
border-color: #A7EC5D;
}
.TagClassName
{
border-color: #A7EC5D;
}
</style>