Shades of Pale Green #ABFC98
Tints of Pale Green #ABFC98
RGB
CMYK
RGB Variations
Color information
#ABFC98 (or 0xABFC98) is known color: Pale Green. HEX triplet: AB, FC and 98. RGB value is (171,252,152). Sum of RGB (Red+Green+Blue) = 171+252+152=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFC98 is #540367. Grayscale: #D8D8D8. Windows color (decimal): -5505896 or 10026155. OLE color: 10026155.
HSL color Cylindrical-coordinate representation of color #ABFC98: hue angle of 108.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABFC98 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 152 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.01 |
| HSL | 108.6º | 0.94% | 0.79% | - |
| HSV(B) | 108.6º | 0.4% | 0.99% | - |
| XYZ | 57.27 | 80.55 | 42.23 | - |
| YUV | 216.38 | 91.66 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 152 | 0.32 | 0 | 0.40 | 0.01 | 108.6 | 0.94 | 0.79 |
| Hex | AB | FC | 98 | 20 | 0 | 28 | 1 | 6D | 5E | 4F |
| Octal | 253 | 374 | 230 | 40 | 0 | 50 | 1 | 155 | 136 | 117 |
| Binary | 10101011 | 11111100 | 10011000 | 100000 | 0 | 101000 | 1 | 1101101 | 1011110 | 1001111 |
Color Harmonies of #ABFC98
Complementary color
Monochromatic Colors of #ABFC98
Black with #ABFC98
Text Example
Text Example
White with #ABFC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC98; }
p { color: rgb(171,252,152); }
H1.HeaderClassName
{
color: #ABFC98;
}
.AnyTagClassName
{
color: #ABFC98;
}
</style>
background-color css
<style>
a { background-color: #ABFC98; }
a { background-color: rgb(171,252,152); }
div.DivClassName
{
background-color: #ABFC98;
}
.BgClassName
{
background-color: #ABFC98;
}
</style>
border-color css
<style>
span { border-color: #ABFC98; }
span { border-color: rgb(171,252,152); }
td.TdClassName
{
border-color: #ABFC98;
}
.TagClassName
{
border-color: #ABFC98;
}
</style>