Shades of Conifer #A7E053
Tints of Conifer #A7E053
RGB
CMYK
RGB Variations
Color information
#A7E053 (or 0xA7E053) is known color: Conifer. HEX triplet: A7, E0 and 53. RGB value is (167,224,83). Sum of RGB (Red+Green+Blue) = 167+224+83=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 83 (32.81% from 255 or 17.51% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E053 is #581FAC. Grayscale: #BFBFBF. Windows color (decimal): -5775277 or 5496999. OLE color: 5496999.
HSL color Cylindrical-coordinate representation of color #A7E053: hue angle of 84.26º degrees, saturation: 0.69, 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 #A7E053 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 224 | 83 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.12 |
| HSL | 84.26º | 0.69% | 0.6% | - |
| HSV(B) | 84.26º | 0.63% | 0.88% | - |
| XYZ | 44.15 | 62.15 | 17.85 | - |
| YUV | 190.88 | 67.12 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 224 | 83 | 0.25 | 0 | 0.63 | 0.12 | 84.26 | 0.69 | 0.6 |
| Hex | A7 | E0 | 53 | 19 | 0 | 3F | C | 54 | 45 | 3C |
| Octal | 247 | 340 | 123 | 31 | 0 | 77 | 14 | 124 | 105 | 74 |
| Binary | 10100111 | 11100000 | 1010011 | 11001 | 0 | 111111 | 1100 | 1010100 | 1000101 | 111100 |
Color Harmonies of #A7E053
Complementary color
Monochromatic Colors of #A7E053
Black with #A7E053
Text Example
Text Example
White with #A7E053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E053; }
p { color: rgb(167,224,83); }
H1.HeaderClassName
{
color: #A7E053;
}
.AnyTagClassName
{
color: #A7E053;
}
</style>
background-color css
<style>
a { background-color: #A7E053; }
a { background-color: rgb(167,224,83); }
div.DivClassName
{
background-color: #A7E053;
}
.BgClassName
{
background-color: #A7E053;
}
</style>
border-color css
<style>
span { border-color: #A7E053; }
span { border-color: rgb(167,224,83); }
td.TdClassName
{
border-color: #A7E053;
}
.TagClassName
{
border-color: #A7E053;
}
</style>