Shades of Green Yellow #ABFE1A
Tints of Green Yellow #ABFE1A
RGB
CMYK
RGB Variations
Color information
#ABFE1A (or 0xABFE1A) is known color: Green Yellow. HEX triplet: AB, FE and 1A. RGB value is (171,254,26). Sum of RGB (Red+Green+Blue) = 171+254+26=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 254 (99.61% from 255 or 56.32% from 451); Blue value is 26 (10.55% from 255 or 5.76% from 451); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFE1A is #5401E5. Grayscale: #CCCCCC. Windows color (decimal): -5505510 or 1769131. OLE color: 1769131.
HSL color Cylindrical-coordinate representation of color #ABFE1A: hue angle of 81.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABFE1A is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 26 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.00 |
| HSL | 81.84º | 0.99% | 0.55% | - |
| HSV(B) | 81.84º | 0.9% | 1% | - |
| XYZ | 52.42 | 79.62 | 13.58 | - |
| YUV | 203.19 | 28 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 26 | 0.33 | 0 | 0.90 | 0.00 | 81.84 | 0.99 | 0.55 |
| Hex | AB | FE | 1A | 21 | 0 | 5A | 0 | 52 | 63 | 37 |
| Octal | 253 | 376 | 32 | 41 | 0 | 132 | 0 | 122 | 143 | 67 |
| Binary | 10101011 | 11111110 | 11010 | 100001 | 0 | 1011010 | 0 | 1010010 | 1100011 | 110111 |
Color Harmonies of #ABFE1A
Complementary color
Monochromatic Colors of #ABFE1A
Black with #ABFE1A
Text Example
Text Example
White with #ABFE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE1A; }
p { color: rgb(171,254,26); }
H1.HeaderClassName
{
color: #ABFE1A;
}
.AnyTagClassName
{
color: #ABFE1A;
}
</style>
background-color css
<style>
a { background-color: #ABFE1A; }
a { background-color: rgb(171,254,26); }
div.DivClassName
{
background-color: #ABFE1A;
}
.BgClassName
{
background-color: #ABFE1A;
}
</style>
border-color css
<style>
span { border-color: #ABFE1A; }
span { border-color: rgb(171,254,26); }
td.TdClassName
{
border-color: #ABFE1A;
}
.TagClassName
{
border-color: #ABFE1A;
}
</style>