Shades of Pale Green #A0F799
Tints of Pale Green #A0F799
RGB
CMYK
RGB Variations
Color information
#A0F799 (or 0xA0F799) is known color: Pale Green. HEX triplet: A0, F7 and 99. RGB value is (160,247,153). Sum of RGB (Red+Green+Blue) = 160+247+153=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F799 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F799 is #5F0866. Grayscale: #D2D2D2. Windows color (decimal): -6228071 or 10090400. OLE color: 10090400.
HSL color Cylindrical-coordinate representation of color #A0F799: hue angle of 115.53º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0F799 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 153 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.03 |
| HSL | 115.53º | 0.85% | 0.78% | - |
| HSV(B) | 115.53º | 0.38% | 0.97% | - |
| XYZ | 53.51 | 76.3 | 42.04 | - |
| YUV | 210.27 | 95.68 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 153 | 0.35 | 0 | 0.38 | 0.03 | 115.53 | 0.85 | 0.78 |
| Hex | A0 | F7 | 99 | 23 | 0 | 26 | 3 | 74 | 55 | 4E |
| Octal | 240 | 367 | 231 | 43 | 0 | 46 | 3 | 164 | 125 | 116 |
| Binary | 10100000 | 11110111 | 10011001 | 100011 | 0 | 100110 | 11 | 1110100 | 1010101 | 1001110 |
Color Harmonies of #A0F799
Complementary color
Monochromatic Colors of #A0F799
Black with #A0F799
Text Example
Text Example
White with #A0F799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F799; }
p { color: rgb(160,247,153); }
H1.HeaderClassName
{
color: #A0F799;
}
.AnyTagClassName
{
color: #A0F799;
}
</style>
background-color css
<style>
a { background-color: #A0F799; }
a { background-color: rgb(160,247,153); }
div.DivClassName
{
background-color: #A0F799;
}
.BgClassName
{
background-color: #A0F799;
}
</style>
border-color css
<style>
span { border-color: #A0F799; }
span { border-color: rgb(160,247,153); }
td.TdClassName
{
border-color: #A0F799;
}
.TagClassName
{
border-color: #A0F799;
}
</style>