Shades of Pale Green #A0FB99
Tints of Pale Green #A0FB99
RGB
CMYK
RGB Variations
Color information
#A0FB99 (or 0xA0FB99) is known color: Pale Green. HEX triplet: A0, FB and 99. RGB value is (160,251,153). Sum of RGB (Red+Green+Blue) = 160+251+153=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FB99 is #5F0466. Grayscale: #D4D4D4. Windows color (decimal): -6227047 or 10091424. OLE color: 10091424.
HSL color Cylindrical-coordinate representation of color #A0FB99: hue angle of 115.71º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0FB99 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 153 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.02 |
| HSL | 115.71º | 0.92% | 0.79% | - |
| HSV(B) | 115.71º | 0.39% | 0.98% | - |
| XYZ | 54.74 | 78.77 | 42.46 | - |
| YUV | 212.62 | 94.35 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 153 | 0.36 | 0 | 0.39 | 0.02 | 115.71 | 0.92 | 0.79 |
| Hex | A0 | FB | 99 | 24 | 0 | 27 | 2 | 74 | 5C | 4F |
| Octal | 240 | 373 | 231 | 44 | 0 | 47 | 2 | 164 | 134 | 117 |
| Binary | 10100000 | 11111011 | 10011001 | 100100 | 0 | 100111 | 10 | 1110100 | 1011100 | 1001111 |
Color Harmonies of #A0FB99
Complementary color
Monochromatic Colors of #A0FB99
Black with #A0FB99
Text Example
Text Example
White with #A0FB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB99; }
p { color: rgb(160,251,153); }
H1.HeaderClassName
{
color: #A0FB99;
}
.AnyTagClassName
{
color: #A0FB99;
}
</style>
background-color css
<style>
a { background-color: #A0FB99; }
a { background-color: rgb(160,251,153); }
div.DivClassName
{
background-color: #A0FB99;
}
.BgClassName
{
background-color: #A0FB99;
}
</style>
border-color css
<style>
span { border-color: #A0FB99; }
span { border-color: rgb(160,251,153); }
td.TdClassName
{
border-color: #A0FB99;
}
.TagClassName
{
border-color: #A0FB99;
}
</style>