Shades of Pale Green #ABFBA1
Tints of Pale Green #ABFBA1
RGB
CMYK
RGB Variations
Color information
#ABFBA1 (or 0xABFBA1) is known color: Pale Green. HEX triplet: AB, FB and A1. RGB value is (171,251,161). Sum of RGB (Red+Green+Blue) = 171+251+161=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFBA1 is #54045E. Grayscale: #D9D9D9. Windows color (decimal): -5506143 or 10615723. OLE color: 10615723.
HSL color Cylindrical-coordinate representation of color #ABFBA1: hue angle of 113.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABFBA1 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 161 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.02 |
| HSL | 113.33º | 0.92% | 0.81% | - |
| HSV(B) | 113.33º | 0.36% | 0.98% | - |
| XYZ | 57.72 | 80.23 | 46.16 | - |
| YUV | 216.82 | 96.5 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 161 | 0.32 | 0 | 0.36 | 0.02 | 113.33 | 0.92 | 0.81 |
| Hex | AB | FB | A1 | 20 | 0 | 24 | 2 | 71 | 5C | 51 |
| Octal | 253 | 373 | 241 | 40 | 0 | 44 | 2 | 161 | 134 | 121 |
| Binary | 10101011 | 11111011 | 10100001 | 100000 | 0 | 100100 | 10 | 1110001 | 1011100 | 1010001 |
Color Harmonies of #ABFBA1
Complementary color
Monochromatic Colors of #ABFBA1
Black with #ABFBA1
Text Example
Text Example
White with #ABFBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBA1; }
p { color: rgb(171,251,161); }
H1.HeaderClassName
{
color: #ABFBA1;
}
.AnyTagClassName
{
color: #ABFBA1;
}
</style>
background-color css
<style>
a { background-color: #ABFBA1; }
a { background-color: rgb(171,251,161); }
div.DivClassName
{
background-color: #ABFBA1;
}
.BgClassName
{
background-color: #ABFBA1;
}
</style>
border-color css
<style>
span { border-color: #ABFBA1; }
span { border-color: rgb(171,251,161); }
td.TdClassName
{
border-color: #ABFBA1;
}
.TagClassName
{
border-color: #ABFBA1;
}
</style>