Shades of Pale Green #ABFBA2
Tints of Pale Green #ABFBA2
RGB
CMYK
RGB Variations
Color information
#ABFBA2 (or 0xABFBA2) is known color: Pale Green. HEX triplet: AB, FB and A2. RGB value is (171,251,162). Sum of RGB (Red+Green+Blue) = 171+251+162=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFBA2 is #54045D. Grayscale: #D9D9D9. Windows color (decimal): -5506142 or 10681259. OLE color: 10681259.
HSL color Cylindrical-coordinate representation of color #ABFBA2: hue angle of 113.93º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABFBA2 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 162 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.02 |
| HSL | 113.93º | 0.92% | 0.81% | - |
| HSV(B) | 113.93º | 0.35% | 0.98% | - |
| XYZ | 57.81 | 80.26 | 46.63 | - |
| YUV | 216.93 | 97 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 162 | 0.32 | 0 | 0.35 | 0.02 | 113.93 | 0.92 | 0.81 |
| Hex | AB | FB | A2 | 20 | 0 | 23 | 2 | 72 | 5C | 51 |
| Octal | 253 | 373 | 242 | 40 | 0 | 43 | 2 | 162 | 134 | 121 |
| Binary | 10101011 | 11111011 | 10100010 | 100000 | 0 | 100011 | 10 | 1110010 | 1011100 | 1010001 |
Color Harmonies of #ABFBA2
Complementary color
Monochromatic Colors of #ABFBA2
Black with #ABFBA2
Text Example
Text Example
White with #ABFBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBA2; }
p { color: rgb(171,251,162); }
H1.HeaderClassName
{
color: #ABFBA2;
}
.AnyTagClassName
{
color: #ABFBA2;
}
</style>
background-color css
<style>
a { background-color: #ABFBA2; }
a { background-color: rgb(171,251,162); }
div.DivClassName
{
background-color: #ABFBA2;
}
.BgClassName
{
background-color: #ABFBA2;
}
</style>
border-color css
<style>
span { border-color: #ABFBA2; }
span { border-color: rgb(171,251,162); }
td.TdClassName
{
border-color: #ABFBA2;
}
.TagClassName
{
border-color: #ABFBA2;
}
</style>