Shades of Conifer #A7E050
Tints of Conifer #A7E050
RGB
CMYK
RGB Variations
Color information
#A7E050 (or 0xA7E050) is known color: Conifer. HEX triplet: A7, E0 and 50. RGB value is (167,224,80). Sum of RGB (Red+Green+Blue) = 167+224+80=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E050 is #581FAF. Grayscale: #BFBFBF. Windows color (decimal): -5775280 or 5300391. OLE color: 5300391.
HSL color Cylindrical-coordinate representation of color #A7E050: hue angle of 83.75º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A7E050 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 224 | 80 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.12 |
| HSL | 83.75º | 0.7% | 0.6% | - |
| HSV(B) | 83.75º | 0.64% | 0.88% | - |
| XYZ | 44.04 | 62.11 | 17.26 | - |
| YUV | 190.54 | 65.62 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 224 | 80 | 0.25 | 0 | 0.64 | 0.12 | 83.75 | 0.7 | 0.6 |
| Hex | A7 | E0 | 50 | 19 | 0 | 40 | C | 54 | 46 | 3C |
| Octal | 247 | 340 | 120 | 31 | 0 | 100 | 14 | 124 | 106 | 74 |
| Binary | 10100111 | 11100000 | 1010000 | 11001 | 0 | 1000000 | 1100 | 1010100 | 1000110 | 111100 |
Color Harmonies of #A7E050
Complementary color
Monochromatic Colors of #A7E050
Black with #A7E050
Text Example
Text Example
White with #A7E050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E050; }
p { color: rgb(167,224,80); }
H1.HeaderClassName
{
color: #A7E050;
}
.AnyTagClassName
{
color: #A7E050;
}
</style>
background-color css
<style>
a { background-color: #A7E050; }
a { background-color: rgb(167,224,80); }
div.DivClassName
{
background-color: #A7E050;
}
.BgClassName
{
background-color: #A7E050;
}
</style>
border-color css
<style>
span { border-color: #A7E050; }
span { border-color: rgb(167,224,80); }
td.TdClassName
{
border-color: #A7E050;
}
.TagClassName
{
border-color: #A7E050;
}
</style>