Shades of Pale Green #A2FBAB
Tints of Pale Green #A2FBAB
RGB
CMYK
RGB Variations
Color information
#A2FBAB (or 0xA2FBAB) is known color: Pale Green. HEX triplet: A2, FB and AB. RGB value is (162,251,171). Sum of RGB (Red+Green+Blue) = 162+251+171=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FBAB is #5D0454. Grayscale: #D7D7D7. Windows color (decimal): -6095957 or 11271074. OLE color: 11271074.
HSL color Cylindrical-coordinate representation of color #A2FBAB: hue angle of 126.07º 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 #A2FBAB is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 171 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.02 |
| HSL | 126.07º | 0.92% | 0.81% | - |
| HSV(B) | 126.07º | 0.35% | 0.98% | - |
| XYZ | 56.75 | 79.62 | 50.9 | - |
| YUV | 215.27 | 103.01 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 171 | 0.35 | 0 | 0.32 | 0.02 | 126.07 | 0.92 | 0.81 |
| Hex | A2 | FB | AB | 23 | 0 | 20 | 2 | 7E | 5C | 51 |
| Octal | 242 | 373 | 253 | 43 | 0 | 40 | 2 | 176 | 134 | 121 |
| Binary | 10100010 | 11111011 | 10101011 | 100011 | 0 | 100000 | 10 | 1111110 | 1011100 | 1010001 |
Color Harmonies of #A2FBAB
Complementary color
Monochromatic Colors of #A2FBAB
Black with #A2FBAB
Text Example
Text Example
White with #A2FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FBAB; }
p { color: rgb(162,251,171); }
H1.HeaderClassName
{
color: #A2FBAB;
}
.AnyTagClassName
{
color: #A2FBAB;
}
</style>
background-color css
<style>
a { background-color: #A2FBAB; }
a { background-color: rgb(162,251,171); }
div.DivClassName
{
background-color: #A2FBAB;
}
.BgClassName
{
background-color: #A2FBAB;
}
</style>
border-color css
<style>
span { border-color: #A2FBAB; }
span { border-color: rgb(162,251,171); }
td.TdClassName
{
border-color: #A2FBAB;
}
.TagClassName
{
border-color: #A2FBAB;
}
</style>