Shades of Pale Green #A2FB81
Tints of Pale Green #A2FB81
RGB
CMYK
RGB Variations
Color information
#A2FB81 (or 0xA2FB81) is known color: Pale Green. HEX triplet: A2, FB and 81. RGB value is (162,251,129). Sum of RGB (Red+Green+Blue) = 162+251+129=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FB81 is #5D047E. Grayscale: #D2D2D2. Windows color (decimal): -6095999 or 8518562. OLE color: 8518562.
HSL color Cylindrical-coordinate representation of color #A2FB81: hue angle of 103.77º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2FB81 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 129 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.02 |
| HSL | 103.77º | 0.94% | 0.75% | - |
| HSV(B) | 103.77º | 0.49% | 0.98% | - |
| XYZ | 53.36 | 78.26 | 33.06 | - |
| YUV | 210.48 | 82.01 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 129 | 0.35 | 0 | 0.49 | 0.02 | 103.77 | 0.94 | 0.75 |
| Hex | A2 | FB | 81 | 23 | 0 | 31 | 2 | 68 | 5E | 4B |
| Octal | 242 | 373 | 201 | 43 | 0 | 61 | 2 | 150 | 136 | 113 |
| Binary | 10100010 | 11111011 | 10000001 | 100011 | 0 | 110001 | 10 | 1101000 | 1011110 | 1001011 |
Color Harmonies of #A2FB81
Complementary color
Monochromatic Colors of #A2FB81
Black with #A2FB81
Text Example
Text Example
White with #A2FB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FB81; }
p { color: rgb(162,251,129); }
H1.HeaderClassName
{
color: #A2FB81;
}
.AnyTagClassName
{
color: #A2FB81;
}
</style>
background-color css
<style>
a { background-color: #A2FB81; }
a { background-color: rgb(162,251,129); }
div.DivClassName
{
background-color: #A2FB81;
}
.BgClassName
{
background-color: #A2FB81;
}
</style>
border-color css
<style>
span { border-color: #A2FB81; }
span { border-color: rgb(162,251,129); }
td.TdClassName
{
border-color: #A2FB81;
}
.TagClassName
{
border-color: #A2FB81;
}
</style>