Shades of Green Yellow #ABEF2A
Tints of Green Yellow #ABEF2A
RGB
CMYK
RGB Variations
Color information
#ABEF2A (or 0xABEF2A) is known color: Green Yellow. HEX triplet: AB, EF and 2A. RGB value is (171,239,42). Sum of RGB (Red+Green+Blue) = 171+239+42=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 239 (93.75% from 255 or 52.88% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEF2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEF2A is #5410D5. Grayscale: #C4C4C4. Windows color (decimal): -5509334 or 2813867. OLE color: 2813867.
HSL color Cylindrical-coordinate representation of color #ABEF2A: hue angle of 80.71º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABEF2A is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 42 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.06 |
| HSL | 80.71º | 0.86% | 0.55% | - |
| HSV(B) | 80.71º | 0.82% | 0.94% | - |
| XYZ | 48.08 | 70.56 | 13.28 | - |
| YUV | 196.21 | 40.97 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 42 | 0.28 | 0 | 0.82 | 0.06 | 80.71 | 0.86 | 0.55 |
| Hex | AB | EF | 2A | 1C | 0 | 52 | 6 | 51 | 56 | 37 |
| Octal | 253 | 357 | 52 | 34 | 0 | 122 | 6 | 121 | 126 | 67 |
| Binary | 10101011 | 11101111 | 101010 | 11100 | 0 | 1010010 | 110 | 1010001 | 1010110 | 110111 |
Color Harmonies of #ABEF2A
Complementary color
Monochromatic Colors of #ABEF2A
Black with #ABEF2A
Text Example
Text Example
White with #ABEF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEF2A; }
p { color: rgb(171,239,42); }
H1.HeaderClassName
{
color: #ABEF2A;
}
.AnyTagClassName
{
color: #ABEF2A;
}
</style>
background-color css
<style>
a { background-color: #ABEF2A; }
a { background-color: rgb(171,239,42); }
div.DivClassName
{
background-color: #ABEF2A;
}
.BgClassName
{
background-color: #ABEF2A;
}
</style>
border-color css
<style>
span { border-color: #ABEF2A; }
span { border-color: rgb(171,239,42); }
td.TdClassName
{
border-color: #ABEF2A;
}
.TagClassName
{
border-color: #ABEF2A;
}
</style>