Shades of Conifer #ABE050
Tints of Conifer #ABE050
RGB
CMYK
RGB Variations
Color information
#ABE050 (or 0xABE050) is known color: Conifer. HEX triplet: AB, E0 and 50. RGB value is (171,224,80). Sum of RGB (Red+Green+Blue) = 171+224+80=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE050 is #541FAF. Grayscale: #C0C0C0. Windows color (decimal): -5513136 or 5300395. OLE color: 5300395.
HSL color Cylindrical-coordinate representation of color #ABE050: hue angle of 82.08º 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 #ABE050 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 80 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.12 |
| HSL | 82.08º | 0.7% | 0.6% | - |
| HSV(B) | 82.08º | 0.64% | 0.88% | - |
| XYZ | 44.9 | 62.55 | 17.3 | - |
| YUV | 191.74 | 64.94 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 80 | 0.24 | 0 | 0.64 | 0.12 | 82.08 | 0.7 | 0.6 |
| Hex | AB | E0 | 50 | 18 | 0 | 40 | C | 52 | 46 | 3C |
| Octal | 253 | 340 | 120 | 30 | 0 | 100 | 14 | 122 | 106 | 74 |
| Binary | 10101011 | 11100000 | 1010000 | 11000 | 0 | 1000000 | 1100 | 1010010 | 1000110 | 111100 |
Color Harmonies of #ABE050
Complementary color
Monochromatic Colors of #ABE050
Black with #ABE050
Text Example
Text Example
White with #ABE050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE050; }
p { color: rgb(171,224,80); }
H1.HeaderClassName
{
color: #ABE050;
}
.AnyTagClassName
{
color: #ABE050;
}
</style>
background-color css
<style>
a { background-color: #ABE050; }
a { background-color: rgb(171,224,80); }
div.DivClassName
{
background-color: #ABE050;
}
.BgClassName
{
background-color: #ABE050;
}
</style>
border-color css
<style>
span { border-color: #ABE050; }
span { border-color: rgb(171,224,80); }
td.TdClassName
{
border-color: #ABE050;
}
.TagClassName
{
border-color: #ABE050;
}
</style>