Shades of Green Yellow #ABF144
Tints of Green Yellow #ABF144
RGB
CMYK
RGB Variations
Color information
#ABF144 (or 0xABF144) is known color: Green Yellow. HEX triplet: AB, F1 and 44. RGB value is (171,241,68). Sum of RGB (Red+Green+Blue) = 171+241+68=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 68 (26.95% from 255 or 14.17% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF144 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF144 is #540EBB. Grayscale: #C8C8C8. Windows color (decimal): -5508796 or 4518315. OLE color: 4518315.
HSL color Cylindrical-coordinate representation of color #ABF144: hue angle of 84.28º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABF144 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 241 | 68 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.05 |
| HSL | 84.28º | 0.86% | 0.61% | - |
| HSV(B) | 84.28º | 0.72% | 0.95% | - |
| XYZ | 49.29 | 71.99 | 16.77 | - |
| YUV | 200.35 | 53.31 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 68 | 0.29 | 0 | 0.72 | 0.05 | 84.28 | 0.86 | 0.61 |
| Hex | AB | F1 | 44 | 1D | 0 | 48 | 5 | 54 | 56 | 3D |
| Octal | 253 | 361 | 104 | 35 | 0 | 110 | 5 | 124 | 126 | 75 |
| Binary | 10101011 | 11110001 | 1000100 | 11101 | 0 | 1001000 | 101 | 1010100 | 1010110 | 111101 |
Color Harmonies of #ABF144
Complementary color
Monochromatic Colors of #ABF144
Black with #ABF144
Text Example
Text Example
White with #ABF144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF144; }
p { color: rgb(171,241,68); }
H1.HeaderClassName
{
color: #ABF144;
}
.AnyTagClassName
{
color: #ABF144;
}
</style>
background-color css
<style>
a { background-color: #ABF144; }
a { background-color: rgb(171,241,68); }
div.DivClassName
{
background-color: #ABF144;
}
.BgClassName
{
background-color: #ABF144;
}
</style>
border-color css
<style>
span { border-color: #ABF144; }
span { border-color: rgb(171,241,68); }
td.TdClassName
{
border-color: #ABF144;
}
.TagClassName
{
border-color: #ABF144;
}
</style>