Shades of Pale Green #A0F599
Tints of Pale Green #A0F599
RGB
CMYK
RGB Variations
Color information
#A0F599 (or 0xA0F599) is known color: Pale Green. HEX triplet: A0, F5 and 99. RGB value is (160,245,153). Sum of RGB (Red+Green+Blue) = 160+245+153=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #A0F599 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F599 is #5F0A66. Grayscale: #D1D1D1. Windows color (decimal): -6228583 or 10089888. OLE color: 10089888.
HSL color Cylindrical-coordinate representation of color #A0F599: hue angle of 115.43º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0F599 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 245 | 153 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.04 |
| HSL | 115.43º | 0.82% | 0.78% | - |
| HSV(B) | 115.43º | 0.38% | 0.96% | - |
| XYZ | 52.9 | 75.08 | 41.84 | - |
| YUV | 209.1 | 96.34 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 245 | 153 | 0.35 | 0 | 0.38 | 0.04 | 115.43 | 0.82 | 0.78 |
| Hex | A0 | F5 | 99 | 23 | 0 | 26 | 4 | 73 | 52 | 4E |
| Octal | 240 | 365 | 231 | 43 | 0 | 46 | 4 | 163 | 122 | 116 |
| Binary | 10100000 | 11110101 | 10011001 | 100011 | 0 | 100110 | 100 | 1110011 | 1010010 | 1001110 |
Color Harmonies of #A0F599
Complementary color
Monochromatic Colors of #A0F599
Black with #A0F599
Text Example
Text Example
White with #A0F599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F599; }
p { color: rgb(160,245,153); }
H1.HeaderClassName
{
color: #A0F599;
}
.AnyTagClassName
{
color: #A0F599;
}
</style>
background-color css
<style>
a { background-color: #A0F599; }
a { background-color: rgb(160,245,153); }
div.DivClassName
{
background-color: #A0F599;
}
.BgClassName
{
background-color: #A0F599;
}
</style>
border-color css
<style>
span { border-color: #A0F599; }
span { border-color: rgb(160,245,153); }
td.TdClassName
{
border-color: #A0F599;
}
.TagClassName
{
border-color: #A0F599;
}
</style>