Shades of Pale Green #ABFC93
Tints of Pale Green #ABFC93
RGB
CMYK
RGB Variations
Color information
#ABFC93 (or 0xABFC93) is known color: Pale Green. HEX triplet: AB, FC and 93. RGB value is (171,252,147). Sum of RGB (Red+Green+Blue) = 171+252+147=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFC93 is #54036C. Grayscale: #D8D8D8. Windows color (decimal): -5505901 or 9698475. OLE color: 9698475.
HSL color Cylindrical-coordinate representation of color #ABFC93: hue angle of 106.29º 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 #ABFC93 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 147 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.01 |
| HSL | 106.29º | 0.95% | 0.78% | - |
| HSV(B) | 106.29º | 0.42% | 0.99% | - |
| XYZ | 56.87 | 80.39 | 40.12 | - |
| YUV | 215.81 | 89.16 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 147 | 0.32 | 0 | 0.42 | 0.01 | 106.29 | 0.95 | 0.78 |
| Hex | AB | FC | 93 | 20 | 0 | 2A | 1 | 6A | 5F | 4E |
| Octal | 253 | 374 | 223 | 40 | 0 | 52 | 1 | 152 | 137 | 116 |
| Binary | 10101011 | 11111100 | 10010011 | 100000 | 0 | 101010 | 1 | 1101010 | 1011111 | 1001110 |
Color Harmonies of #ABFC93
Complementary color
Monochromatic Colors of #ABFC93
Black with #ABFC93
Text Example
Text Example
White with #ABFC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC93; }
p { color: rgb(171,252,147); }
H1.HeaderClassName
{
color: #ABFC93;
}
.AnyTagClassName
{
color: #ABFC93;
}
</style>
background-color css
<style>
a { background-color: #ABFC93; }
a { background-color: rgb(171,252,147); }
div.DivClassName
{
background-color: #ABFC93;
}
.BgClassName
{
background-color: #ABFC93;
}
</style>
border-color css
<style>
span { border-color: #ABFC93; }
span { border-color: rgb(171,252,147); }
td.TdClassName
{
border-color: #ABFC93;
}
.TagClassName
{
border-color: #ABFC93;
}
</style>