Shades of Conifer #A7EC64
Tints of Conifer #A7EC64
RGB
CMYK
RGB Variations
Color information
#A7EC64 (or 0xA7EC64) is known color: Conifer. HEX triplet: A7, EC and 64. RGB value is (167,236,100). Sum of RGB (Red+Green+Blue) = 167+236+100=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #A7EC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7EC64 is #58139B. Grayscale: #C8C8C8. Windows color (decimal): -5772188 or 6614183. OLE color: 6614183.
HSL color Cylindrical-coordinate representation of color #A7EC64: hue angle of 90.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7EC64 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 236 | 100 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.07 |
| HSL | 90.44º | 0.78% | 0.66% | - |
| HSV(B) | 90.44º | 0.58% | 0.93% | - |
| XYZ | 48.23 | 69.13 | 22.86 | - |
| YUV | 199.87 | 71.64 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 236 | 100 | 0.29 | 0 | 0.58 | 0.07 | 90.44 | 0.78 | 0.66 |
| Hex | A7 | EC | 64 | 1D | 0 | 3A | 7 | 5A | 4E | 42 |
| Octal | 247 | 354 | 144 | 35 | 0 | 72 | 7 | 132 | 116 | 102 |
| Binary | 10100111 | 11101100 | 1100100 | 11101 | 0 | 111010 | 111 | 1011010 | 1001110 | 1000010 |
Color Harmonies of #A7EC64
Complementary color
Monochromatic Colors of #A7EC64
Black with #A7EC64
Text Example
Text Example
White with #A7EC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EC64; }
p { color: rgb(167,236,100); }
H1.HeaderClassName
{
color: #A7EC64;
}
.AnyTagClassName
{
color: #A7EC64;
}
</style>
background-color css
<style>
a { background-color: #A7EC64; }
a { background-color: rgb(167,236,100); }
div.DivClassName
{
background-color: #A7EC64;
}
.BgClassName
{
background-color: #A7EC64;
}
</style>
border-color css
<style>
span { border-color: #A7EC64; }
span { border-color: rgb(167,236,100); }
td.TdClassName
{
border-color: #A7EC64;
}
.TagClassName
{
border-color: #A7EC64;
}
</style>