Shades of Pale Green #ABFC9A
Tints of Pale Green #ABFC9A
RGB
CMYK
RGB Variations
Color information
#ABFC9A (or 0xABFC9A) is known color: Pale Green. HEX triplet: AB, FC and 9A. RGB value is (171,252,154). Sum of RGB (Red+Green+Blue) = 171+252+154=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFC9A is #540365. Grayscale: #D8D8D8. Windows color (decimal): -5505894 or 10157227. OLE color: 10157227.
HSL color Cylindrical-coordinate representation of color #ABFC9A: hue angle of 109.59º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABFC9A is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 154 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.01 |
| HSL | 109.59º | 0.94% | 0.8% | - |
| HSV(B) | 109.59º | 0.39% | 0.99% | - |
| XYZ | 57.44 | 80.61 | 43.1 | - |
| YUV | 216.61 | 92.66 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 154 | 0.32 | 0 | 0.39 | 0.01 | 109.59 | 0.94 | 0.8 |
| Hex | AB | FC | 9A | 20 | 0 | 27 | 1 | 6E | 5E | 50 |
| Octal | 253 | 374 | 232 | 40 | 0 | 47 | 1 | 156 | 136 | 120 |
| Binary | 10101011 | 11111100 | 10011010 | 100000 | 0 | 100111 | 1 | 1101110 | 1011110 | 1010000 |
Color Harmonies of #ABFC9A
Complementary color
Monochromatic Colors of #ABFC9A
Black with #ABFC9A
Text Example
Text Example
White with #ABFC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC9A; }
p { color: rgb(171,252,154); }
H1.HeaderClassName
{
color: #ABFC9A;
}
.AnyTagClassName
{
color: #ABFC9A;
}
</style>
background-color css
<style>
a { background-color: #ABFC9A; }
a { background-color: rgb(171,252,154); }
div.DivClassName
{
background-color: #ABFC9A;
}
.BgClassName
{
background-color: #ABFC9A;
}
</style>
border-color css
<style>
span { border-color: #ABFC9A; }
span { border-color: rgb(171,252,154); }
td.TdClassName
{
border-color: #ABFC9A;
}
.TagClassName
{
border-color: #ABFC9A;
}
</style>