Shades of Pale Green #ABFAA4
Tints of Pale Green #ABFAA4
RGB
CMYK
RGB Variations
Color information
#ABFAA4 (or 0xABFAA4) is known color: Pale Green. HEX triplet: AB, FA and A4. RGB value is (171,250,164). Sum of RGB (Red+Green+Blue) = 171+250+164=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 164 (64.45% from 255 or 28.03% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFAA4 is #54055B. Grayscale: #D8D8D8. Windows color (decimal): -5506396 or 10812075. OLE color: 10812075.
HSL color Cylindrical-coordinate representation of color #ABFAA4: hue angle of 115.12º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABFAA4 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 164 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.02 |
| HSL | 115.12º | 0.9% | 0.81% | - |
| HSV(B) | 115.12º | 0.34% | 0.98% | - |
| XYZ | 57.68 | 79.71 | 47.47 | - |
| YUV | 216.58 | 98.33 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 164 | 0.32 | 0 | 0.34 | 0.02 | 115.12 | 0.9 | 0.81 |
| Hex | AB | FA | A4 | 20 | 0 | 22 | 2 | 73 | 5A | 51 |
| Octal | 253 | 372 | 244 | 40 | 0 | 42 | 2 | 163 | 132 | 121 |
| Binary | 10101011 | 11111010 | 10100100 | 100000 | 0 | 100010 | 10 | 1110011 | 1011010 | 1010001 |
Color Harmonies of #ABFAA4
Complementary color
Monochromatic Colors of #ABFAA4
Black with #ABFAA4
Text Example
Text Example
White with #ABFAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAA4; }
p { color: rgb(171,250,164); }
H1.HeaderClassName
{
color: #ABFAA4;
}
.AnyTagClassName
{
color: #ABFAA4;
}
</style>
background-color css
<style>
a { background-color: #ABFAA4; }
a { background-color: rgb(171,250,164); }
div.DivClassName
{
background-color: #ABFAA4;
}
.BgClassName
{
background-color: #ABFAA4;
}
</style>
border-color css
<style>
span { border-color: #ABFAA4; }
span { border-color: rgb(171,250,164); }
td.TdClassName
{
border-color: #ABFAA4;
}
.TagClassName
{
border-color: #ABFAA4;
}
</style>