Shades of Green Yellow #ABF022
Tints of Green Yellow #ABF022
RGB
CMYK
RGB Variations
Color information
#ABF022 (or 0xABF022) is known color: Green Yellow. HEX triplet: AB, F0 and 22. RGB value is (171,240,34). Sum of RGB (Red+Green+Blue) = 171+240+34=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 34 (13.67% from 255 or 7.64% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF022 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF022 is #540FDD. Grayscale: #C4C4C4. Windows color (decimal): -5509086 or 2289835. OLE color: 2289835.
HSL color Cylindrical-coordinate representation of color #ABF022: hue angle of 80.1º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABF022 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 34 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.06 |
| HSL | 80.1º | 0.87% | 0.54% | - |
| HSV(B) | 80.1º | 0.86% | 0.94% | - |
| XYZ | 48.24 | 71.09 | 12.69 | - |
| YUV | 195.89 | 36.64 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 34 | 0.29 | 0 | 0.86 | 0.06 | 80.1 | 0.87 | 0.54 |
| Hex | AB | F0 | 22 | 1D | 0 | 56 | 6 | 50 | 57 | 36 |
| Octal | 253 | 360 | 42 | 35 | 0 | 126 | 6 | 120 | 127 | 66 |
| Binary | 10101011 | 11110000 | 100010 | 11101 | 0 | 1010110 | 110 | 1010000 | 1010111 | 110110 |
Color Harmonies of #ABF022
Complementary color
Monochromatic Colors of #ABF022
Black with #ABF022
Text Example
Text Example
White with #ABF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF022; }
p { color: rgb(171,240,34); }
H1.HeaderClassName
{
color: #ABF022;
}
.AnyTagClassName
{
color: #ABF022;
}
</style>
background-color css
<style>
a { background-color: #ABF022; }
a { background-color: rgb(171,240,34); }
div.DivClassName
{
background-color: #ABF022;
}
.BgClassName
{
background-color: #ABF022;
}
</style>
border-color css
<style>
span { border-color: #ABF022; }
span { border-color: rgb(171,240,34); }
td.TdClassName
{
border-color: #ABF022;
}
.TagClassName
{
border-color: #ABF022;
}
</style>