Shades of Conifer #ABE24B
Tints of Conifer #ABE24B
RGB
CMYK
RGB Variations
Color information
#ABE24B (or 0xABE24B) is known color: Conifer. HEX triplet: AB, E2 and 4B. RGB value is (171,226,75). Sum of RGB (Red+Green+Blue) = 171+226+75=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE24B is #541DB4. Grayscale: #C0C0C0. Windows color (decimal): -5512629 or 4973227. OLE color: 4973227.
HSL color Cylindrical-coordinate representation of color #ABE24B: hue angle of 81.85º 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 #ABE24B is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 75 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.11 |
| HSL | 81.85º | 0.72% | 0.59% | - |
| HSV(B) | 81.85º | 0.67% | 0.89% | - |
| XYZ | 45.26 | 63.56 | 16.54 | - |
| YUV | 192.34 | 61.78 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 75 | 0.24 | 0 | 0.67 | 0.11 | 81.85 | 0.72 | 0.59 |
| Hex | AB | E2 | 4B | 18 | 0 | 43 | B | 52 | 48 | 3B |
| Octal | 253 | 342 | 113 | 30 | 0 | 103 | 13 | 122 | 110 | 73 |
| Binary | 10101011 | 11100010 | 1001011 | 11000 | 0 | 1000011 | 1011 | 1010010 | 1001000 | 111011 |
Color Harmonies of #ABE24B
Complementary color
Monochromatic Colors of #ABE24B
Black with #ABE24B
Text Example
Text Example
White with #ABE24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE24B; }
p { color: rgb(171,226,75); }
H1.HeaderClassName
{
color: #ABE24B;
}
.AnyTagClassName
{
color: #ABE24B;
}
</style>
background-color css
<style>
a { background-color: #ABE24B; }
a { background-color: rgb(171,226,75); }
div.DivClassName
{
background-color: #ABE24B;
}
.BgClassName
{
background-color: #ABE24B;
}
</style>
border-color css
<style>
span { border-color: #ABE24B; }
span { border-color: rgb(171,226,75); }
td.TdClassName
{
border-color: #ABE24B;
}
.TagClassName
{
border-color: #ABE24B;
}
</style>