Shades of Conifer #ABE24A
Tints of Conifer #ABE24A
RGB
CMYK
RGB Variations
Color information
#ABE24A (or 0xABE24A) is known color: Conifer. HEX triplet: AB, E2 and 4A. RGB value is (171,226,74). Sum of RGB (Red+Green+Blue) = 171+226+74=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE24A is #541DB5. Grayscale: #C0C0C0. Windows color (decimal): -5512630 or 4907691. OLE color: 4907691.
HSL color Cylindrical-coordinate representation of color #ABE24A: hue angle of 81.71º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABE24A is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 74 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.11 |
| HSL | 81.71º | 0.72% | 0.59% | - |
| HSV(B) | 81.71º | 0.67% | 0.89% | - |
| XYZ | 45.23 | 63.55 | 16.36 | - |
| YUV | 192.23 | 61.28 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 74 | 0.24 | 0 | 0.67 | 0.11 | 81.71 | 0.72 | 0.59 |
| Hex | AB | E2 | 4A | 18 | 0 | 43 | B | 52 | 48 | 3B |
| Octal | 253 | 342 | 112 | 30 | 0 | 103 | 13 | 122 | 110 | 73 |
| Binary | 10101011 | 11100010 | 1001010 | 11000 | 0 | 1000011 | 1011 | 1010010 | 1001000 | 111011 |
Color Harmonies of #ABE24A
Complementary color
Monochromatic Colors of #ABE24A
Black with #ABE24A
Text Example
Text Example
White with #ABE24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE24A; }
p { color: rgb(171,226,74); }
H1.HeaderClassName
{
color: #ABE24A;
}
.AnyTagClassName
{
color: #ABE24A;
}
</style>
background-color css
<style>
a { background-color: #ABE24A; }
a { background-color: rgb(171,226,74); }
div.DivClassName
{
background-color: #ABE24A;
}
.BgClassName
{
background-color: #ABE24A;
}
</style>
border-color css
<style>
span { border-color: #ABE24A; }
span { border-color: rgb(171,226,74); }
td.TdClassName
{
border-color: #ABE24A;
}
.TagClassName
{
border-color: #ABE24A;
}
</style>