Shades of Pale Green #ABFC91
Tints of Pale Green #ABFC91
RGB
CMYK
RGB Variations
Color information
#ABFC91 (or 0xABFC91) is known color: Pale Green. HEX triplet: AB, FC and 91. RGB value is (171,252,145). Sum of RGB (Red+Green+Blue) = 171+252+145=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFC91 is #54036E. Grayscale: #D7D7D7. Windows color (decimal): -5505903 or 9567403. OLE color: 9567403.
HSL color Cylindrical-coordinate representation of color #ABFC91: hue angle of 105.42º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABFC91 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 145 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.01 |
| HSL | 105.42º | 0.95% | 0.78% | - |
| HSV(B) | 105.42º | 0.42% | 0.99% | - |
| XYZ | 56.72 | 80.32 | 39.3 | - |
| YUV | 215.58 | 88.16 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 145 | 0.32 | 0 | 0.42 | 0.01 | 105.42 | 0.95 | 0.78 |
| Hex | AB | FC | 91 | 20 | 0 | 2A | 1 | 69 | 5F | 4E |
| Octal | 253 | 374 | 221 | 40 | 0 | 52 | 1 | 151 | 137 | 116 |
| Binary | 10101011 | 11111100 | 10010001 | 100000 | 0 | 101010 | 1 | 1101001 | 1011111 | 1001110 |
Color Harmonies of #ABFC91
Complementary color
Monochromatic Colors of #ABFC91
Black with #ABFC91
Text Example
Text Example
White with #ABFC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC91; }
p { color: rgb(171,252,145); }
H1.HeaderClassName
{
color: #ABFC91;
}
.AnyTagClassName
{
color: #ABFC91;
}
</style>
background-color css
<style>
a { background-color: #ABFC91; }
a { background-color: rgb(171,252,145); }
div.DivClassName
{
background-color: #ABFC91;
}
.BgClassName
{
background-color: #ABFC91;
}
</style>
border-color css
<style>
span { border-color: #ABFC91; }
span { border-color: rgb(171,252,145); }
td.TdClassName
{
border-color: #ABFC91;
}
.TagClassName
{
border-color: #ABFC91;
}
</style>