Shades of Pale Green #A0FB91
Tints of Pale Green #A0FB91
RGB
CMYK
RGB Variations
Color information
#A0FB91 (or 0xA0FB91) is known color: Pale Green. HEX triplet: A0, FB and 91. RGB value is (160,251,145). Sum of RGB (Red+Green+Blue) = 160+251+145=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 145 (57.03% from 255 or 26.08% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FB91 is #5F046E. Grayscale: #D4D4D4. Windows color (decimal): -6227055 or 9567136. OLE color: 9567136.
HSL color Cylindrical-coordinate representation of color #A0FB91: hue angle of 111.51º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0FB91 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 145 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.02 |
| HSL | 111.51º | 0.93% | 0.78% | - |
| HSV(B) | 111.51º | 0.42% | 0.98% | - |
| XYZ | 54.11 | 78.51 | 39.09 | - |
| YUV | 211.71 | 90.35 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 145 | 0.36 | 0 | 0.42 | 0.02 | 111.51 | 0.93 | 0.78 |
| Hex | A0 | FB | 91 | 24 | 0 | 2A | 2 | 70 | 5D | 4E |
| Octal | 240 | 373 | 221 | 44 | 0 | 52 | 2 | 160 | 135 | 116 |
| Binary | 10100000 | 11111011 | 10010001 | 100100 | 0 | 101010 | 10 | 1110000 | 1011101 | 1001110 |
Color Harmonies of #A0FB91
Complementary color
Monochromatic Colors of #A0FB91
Black with #A0FB91
Text Example
Text Example
White with #A0FB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB91; }
p { color: rgb(160,251,145); }
H1.HeaderClassName
{
color: #A0FB91;
}
.AnyTagClassName
{
color: #A0FB91;
}
</style>
background-color css
<style>
a { background-color: #A0FB91; }
a { background-color: rgb(160,251,145); }
div.DivClassName
{
background-color: #A0FB91;
}
.BgClassName
{
background-color: #A0FB91;
}
</style>
border-color css
<style>
span { border-color: #A0FB91; }
span { border-color: rgb(160,251,145); }
td.TdClassName
{
border-color: #A0FB91;
}
.TagClassName
{
border-color: #A0FB91;
}
</style>