Shades of Conifer #A7E065
Tints of Conifer #A7E065
RGB
CMYK
RGB Variations
Color information
#A7E065 (or 0xA7E065) is known color: Conifer. HEX triplet: A7, E0 and 65. RGB value is (167,224,101). Sum of RGB (Red+Green+Blue) = 167+224+101=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E065 is #581F9A. Grayscale: #C1C1C1. Windows color (decimal): -5775259 or 6676647. OLE color: 6676647.
HSL color Cylindrical-coordinate representation of color #A7E065: hue angle of 87.8º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7E065 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 224 | 101 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.12 |
| HSL | 87.8º | 0.66% | 0.64% | - |
| HSV(B) | 87.8º | 0.55% | 0.88% | - |
| XYZ | 44.94 | 62.47 | 22 | - |
| YUV | 192.94 | 76.12 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 224 | 101 | 0.25 | 0 | 0.55 | 0.12 | 87.8 | 0.66 | 0.64 |
| Hex | A7 | E0 | 65 | 19 | 0 | 37 | C | 58 | 42 | 40 |
| Octal | 247 | 340 | 145 | 31 | 0 | 67 | 14 | 130 | 102 | 100 |
| Binary | 10100111 | 11100000 | 1100101 | 11001 | 0 | 110111 | 1100 | 1011000 | 1000010 | 1000000 |
Color Harmonies of #A7E065
Complementary color
Monochromatic Colors of #A7E065
Black with #A7E065
Text Example
Text Example
White with #A7E065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E065; }
p { color: rgb(167,224,101); }
H1.HeaderClassName
{
color: #A7E065;
}
.AnyTagClassName
{
color: #A7E065;
}
</style>
background-color css
<style>
a { background-color: #A7E065; }
a { background-color: rgb(167,224,101); }
div.DivClassName
{
background-color: #A7E065;
}
.BgClassName
{
background-color: #A7E065;
}
</style>
border-color css
<style>
span { border-color: #A7E065; }
span { border-color: rgb(167,224,101); }
td.TdClassName
{
border-color: #A7E065;
}
.TagClassName
{
border-color: #A7E065;
}
</style>