Shades of Pale Green #ABFA90
Tints of Pale Green #ABFA90
RGB
CMYK
RGB Variations
Color information
#ABFA90 (or 0xABFA90) is known color: Pale Green. HEX triplet: AB, FA and 90. RGB value is (171,250,144). Sum of RGB (Red+Green+Blue) = 171+250+144=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFA90 is #54056F. Grayscale: #D6D6D6. Windows color (decimal): -5506416 or 9501355. OLE color: 9501355.
HSL color Cylindrical-coordinate representation of color #ABFA90: hue angle of 104.72º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABFA90 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 144 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.02 |
| HSL | 104.72º | 0.91% | 0.77% | - |
| HSV(B) | 104.72º | 0.42% | 0.98% | - |
| XYZ | 56.01 | 79.04 | 38.69 | - |
| YUV | 214.3 | 88.33 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 144 | 0.32 | 0 | 0.42 | 0.02 | 104.72 | 0.91 | 0.77 |
| Hex | AB | FA | 90 | 20 | 0 | 2A | 2 | 69 | 5B | 4D |
| Octal | 253 | 372 | 220 | 40 | 0 | 52 | 2 | 151 | 133 | 115 |
| Binary | 10101011 | 11111010 | 10010000 | 100000 | 0 | 101010 | 10 | 1101001 | 1011011 | 1001101 |
Color Harmonies of #ABFA90
Complementary color
Monochromatic Colors of #ABFA90
Black with #ABFA90
Text Example
Text Example
White with #ABFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFA90; }
p { color: rgb(171,250,144); }
H1.HeaderClassName
{
color: #ABFA90;
}
.AnyTagClassName
{
color: #ABFA90;
}
</style>
background-color css
<style>
a { background-color: #ABFA90; }
a { background-color: rgb(171,250,144); }
div.DivClassName
{
background-color: #ABFA90;
}
.BgClassName
{
background-color: #ABFA90;
}
</style>
border-color css
<style>
span { border-color: #ABFA90; }
span { border-color: rgb(171,250,144); }
td.TdClassName
{
border-color: #ABFA90;
}
.TagClassName
{
border-color: #ABFA90;
}
</style>