Shades of Pale Green #ABFA8E
Tints of Pale Green #ABFA8E
RGB
CMYK
RGB Variations
Color information
#ABFA8E (or 0xABFA8E) is known color: Pale Green. HEX triplet: AB, FA and 8E. RGB value is (171,250,142). Sum of RGB (Red+Green+Blue) = 171+250+142=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFA8E is #540571. Grayscale: #D6D6D6. Windows color (decimal): -5506418 or 9370283. OLE color: 9370283.
HSL color Cylindrical-coordinate representation of color #ABFA8E: hue angle of 103.89º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABFA8E is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 142 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.02 |
| HSL | 103.89º | 0.92% | 0.77% | - |
| HSV(B) | 103.89º | 0.43% | 0.98% | - |
| XYZ | 55.86 | 78.98 | 37.89 | - |
| YUV | 214.07 | 87.33 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 142 | 0.32 | 0 | 0.43 | 0.02 | 103.89 | 0.92 | 0.77 |
| Hex | AB | FA | 8E | 20 | 0 | 2B | 2 | 68 | 5C | 4D |
| Octal | 253 | 372 | 216 | 40 | 0 | 53 | 2 | 150 | 134 | 115 |
| Binary | 10101011 | 11111010 | 10001110 | 100000 | 0 | 101011 | 10 | 1101000 | 1011100 | 1001101 |
Color Harmonies of #ABFA8E
Complementary color
Monochromatic Colors of #ABFA8E
Black with #ABFA8E
Text Example
Text Example
White with #ABFA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFA8E; }
p { color: rgb(171,250,142); }
H1.HeaderClassName
{
color: #ABFA8E;
}
.AnyTagClassName
{
color: #ABFA8E;
}
</style>
background-color css
<style>
a { background-color: #ABFA8E; }
a { background-color: rgb(171,250,142); }
div.DivClassName
{
background-color: #ABFA8E;
}
.BgClassName
{
background-color: #ABFA8E;
}
</style>
border-color css
<style>
span { border-color: #ABFA8E; }
span { border-color: rgb(171,250,142); }
td.TdClassName
{
border-color: #ABFA8E;
}
.TagClassName
{
border-color: #ABFA8E;
}
</style>