Shades of Pale Green #ABFA8C
Tints of Pale Green #ABFA8C
RGB
CMYK
RGB Variations
Color information
#ABFA8C (or 0xABFA8C) is known color: Pale Green. HEX triplet: AB, FA and 8C. RGB value is (171,250,140). Sum of RGB (Red+Green+Blue) = 171+250+140=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFA8C is #540573. Grayscale: #D6D6D6. Windows color (decimal): -5506420 or 9239211. OLE color: 9239211.
HSL color Cylindrical-coordinate representation of color #ABFA8C: hue angle of 103.09º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABFA8C is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 140 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.02 |
| HSL | 103.09º | 0.92% | 0.76% | - |
| HSV(B) | 103.09º | 0.44% | 0.98% | - |
| XYZ | 55.71 | 78.92 | 37.11 | - |
| YUV | 213.84 | 86.33 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 140 | 0.32 | 0 | 0.44 | 0.02 | 103.09 | 0.92 | 0.76 |
| Hex | AB | FA | 8C | 20 | 0 | 2C | 2 | 67 | 5C | 4C |
| Octal | 253 | 372 | 214 | 40 | 0 | 54 | 2 | 147 | 134 | 114 |
| Binary | 10101011 | 11111010 | 10001100 | 100000 | 0 | 101100 | 10 | 1100111 | 1011100 | 1001100 |
Color Harmonies of #ABFA8C
Complementary color
Monochromatic Colors of #ABFA8C
Black with #ABFA8C
Text Example
Text Example
White with #ABFA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFA8C; }
p { color: rgb(171,250,140); }
H1.HeaderClassName
{
color: #ABFA8C;
}
.AnyTagClassName
{
color: #ABFA8C;
}
</style>
background-color css
<style>
a { background-color: #ABFA8C; }
a { background-color: rgb(171,250,140); }
div.DivClassName
{
background-color: #ABFA8C;
}
.BgClassName
{
background-color: #ABFA8C;
}
</style>
border-color css
<style>
span { border-color: #ABFA8C; }
span { border-color: rgb(171,250,140); }
td.TdClassName
{
border-color: #ABFA8C;
}
.TagClassName
{
border-color: #ABFA8C;
}
</style>