Shades of Green Yellow #ABFE2A
Tints of Green Yellow #ABFE2A
RGB
CMYK
RGB Variations
Color information
#ABFE2A (or 0xABFE2A) is known color: Green Yellow. HEX triplet: AB, FE and 2A. RGB value is (171,254,42). Sum of RGB (Red+Green+Blue) = 171+254+42=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 254 (99.61% from 255 or 54.39% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFE2A is #5401D5. Grayscale: #CDCDCD. Windows color (decimal): -5505494 or 2817707. OLE color: 2817707.
HSL color Cylindrical-coordinate representation of color #ABFE2A: hue angle of 83.49º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABFE2A is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 42 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.00 |
| HSL | 83.49º | 0.99% | 0.58% | - |
| HSV(B) | 83.49º | 0.83% | 1% | - |
| XYZ | 52.65 | 79.71 | 14.8 | - |
| YUV | 205.02 | 36 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 42 | 0.33 | 0 | 0.83 | 0.00 | 83.49 | 0.99 | 0.58 |
| Hex | AB | FE | 2A | 21 | 0 | 53 | 0 | 53 | 63 | 3A |
| Octal | 253 | 376 | 52 | 41 | 0 | 123 | 0 | 123 | 143 | 72 |
| Binary | 10101011 | 11111110 | 101010 | 100001 | 0 | 1010011 | 0 | 1010011 | 1100011 | 111010 |
Color Harmonies of #ABFE2A
Complementary color
Monochromatic Colors of #ABFE2A
Black with #ABFE2A
Text Example
Text Example
White with #ABFE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE2A; }
p { color: rgb(171,254,42); }
H1.HeaderClassName
{
color: #ABFE2A;
}
.AnyTagClassName
{
color: #ABFE2A;
}
</style>
background-color css
<style>
a { background-color: #ABFE2A; }
a { background-color: rgb(171,254,42); }
div.DivClassName
{
background-color: #ABFE2A;
}
.BgClassName
{
background-color: #ABFE2A;
}
</style>
border-color css
<style>
span { border-color: #ABFE2A; }
span { border-color: rgb(171,254,42); }
td.TdClassName
{
border-color: #ABFE2A;
}
.TagClassName
{
border-color: #ABFE2A;
}
</style>