Shades of Conifer #ABE043
Tints of Conifer #ABE043
RGB
CMYK
RGB Variations
Color information
#ABE043 (or 0xABE043) is known color: Conifer. HEX triplet: AB, E0 and 43. RGB value is (171,224,67). Sum of RGB (Red+Green+Blue) = 171+224+67=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 67 (26.56% from 255 or 14.50% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE043 is #541FBC. Grayscale: #BEBEBE. Windows color (decimal): -5513149 or 4448427. OLE color: 4448427.
HSL color Cylindrical-coordinate representation of color #ABE043: hue angle of 80.25º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABE043 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 67 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.12 |
| HSL | 80.25º | 0.72% | 0.57% | - |
| HSV(B) | 80.25º | 0.7% | 0.88% | - |
| XYZ | 44.46 | 62.37 | 15.01 | - |
| YUV | 190.26 | 58.44 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 67 | 0.24 | 0 | 0.70 | 0.12 | 80.25 | 0.72 | 0.57 |
| Hex | AB | E0 | 43 | 18 | 0 | 46 | C | 50 | 48 | 39 |
| Octal | 253 | 340 | 103 | 30 | 0 | 106 | 14 | 120 | 110 | 71 |
| Binary | 10101011 | 11100000 | 1000011 | 11000 | 0 | 1000110 | 1100 | 1010000 | 1001000 | 111001 |
Color Harmonies of #ABE043
Complementary color
Monochromatic Colors of #ABE043
Black with #ABE043
Text Example
Text Example
White with #ABE043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE043; }
p { color: rgb(171,224,67); }
H1.HeaderClassName
{
color: #ABE043;
}
.AnyTagClassName
{
color: #ABE043;
}
</style>
background-color css
<style>
a { background-color: #ABE043; }
a { background-color: rgb(171,224,67); }
div.DivClassName
{
background-color: #ABE043;
}
.BgClassName
{
background-color: #ABE043;
}
</style>
border-color css
<style>
span { border-color: #ABE043; }
span { border-color: rgb(171,224,67); }
td.TdClassName
{
border-color: #ABE043;
}
.TagClassName
{
border-color: #ABE043;
}
</style>