Shades of Conifer #A7E052
Tints of Conifer #A7E052
RGB
CMYK
RGB Variations
Color information
#A7E052 (or 0xA7E052) is known color: Conifer. HEX triplet: A7, E0 and 52. RGB value is (167,224,82). Sum of RGB (Red+Green+Blue) = 167+224+82=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E052 is #581FAD. Grayscale: #BFBFBF. Windows color (decimal): -5775278 or 5431463. OLE color: 5431463.
HSL color Cylindrical-coordinate representation of color #A7E052: hue angle of 84.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A7E052 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 224 | 82 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.12 |
| HSL | 84.08º | 0.7% | 0.6% | - |
| HSV(B) | 84.08º | 0.63% | 0.88% | - |
| XYZ | 44.12 | 62.14 | 17.65 | - |
| YUV | 190.77 | 66.62 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 224 | 82 | 0.25 | 0 | 0.63 | 0.12 | 84.08 | 0.7 | 0.6 |
| Hex | A7 | E0 | 52 | 19 | 0 | 3F | C | 54 | 46 | 3C |
| Octal | 247 | 340 | 122 | 31 | 0 | 77 | 14 | 124 | 106 | 74 |
| Binary | 10100111 | 11100000 | 1010010 | 11001 | 0 | 111111 | 1100 | 1010100 | 1000110 | 111100 |
Color Harmonies of #A7E052
Complementary color
Monochromatic Colors of #A7E052
Black with #A7E052
Text Example
Text Example
White with #A7E052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E052; }
p { color: rgb(167,224,82); }
H1.HeaderClassName
{
color: #A7E052;
}
.AnyTagClassName
{
color: #A7E052;
}
</style>
background-color css
<style>
a { background-color: #A7E052; }
a { background-color: rgb(167,224,82); }
div.DivClassName
{
background-color: #A7E052;
}
.BgClassName
{
background-color: #A7E052;
}
</style>
border-color css
<style>
span { border-color: #A7E052; }
span { border-color: rgb(167,224,82); }
td.TdClassName
{
border-color: #A7E052;
}
.TagClassName
{
border-color: #A7E052;
}
</style>