Shades of Pale Green #A0F798
Tints of Pale Green #A0F798
RGB
CMYK
RGB Variations
Color information
#A0F798 (or 0xA0F798) is known color: Pale Green. HEX triplet: A0, F7 and 98. RGB value is (160,247,152). Sum of RGB (Red+Green+Blue) = 160+247+152=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F798 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F798 is #5F0867. Grayscale: #D2D2D2. Windows color (decimal): -6228072 or 10024864. OLE color: 10024864.
HSL color Cylindrical-coordinate representation of color #A0F798: hue angle of 114.95º degrees, saturation: 0.86, 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 #A0F798 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 152 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.03 |
| HSL | 114.95º | 0.86% | 0.78% | - |
| HSV(B) | 114.95º | 0.38% | 0.97% | - |
| XYZ | 53.43 | 76.26 | 41.61 | - |
| YUV | 210.16 | 95.18 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 152 | 0.35 | 0 | 0.38 | 0.03 | 114.95 | 0.86 | 0.78 |
| Hex | A0 | F7 | 98 | 23 | 0 | 26 | 3 | 73 | 56 | 4E |
| Octal | 240 | 367 | 230 | 43 | 0 | 46 | 3 | 163 | 126 | 116 |
| Binary | 10100000 | 11110111 | 10011000 | 100011 | 0 | 100110 | 11 | 1110011 | 1010110 | 1001110 |
Color Harmonies of #A0F798
Complementary color
Monochromatic Colors of #A0F798
Black with #A0F798
Text Example
Text Example
White with #A0F798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F798; }
p { color: rgb(160,247,152); }
H1.HeaderClassName
{
color: #A0F798;
}
.AnyTagClassName
{
color: #A0F798;
}
</style>
background-color css
<style>
a { background-color: #A0F798; }
a { background-color: rgb(160,247,152); }
div.DivClassName
{
background-color: #A0F798;
}
.BgClassName
{
background-color: #A0F798;
}
</style>
border-color css
<style>
span { border-color: #A0F798; }
span { border-color: rgb(160,247,152); }
td.TdClassName
{
border-color: #A0F798;
}
.TagClassName
{
border-color: #A0F798;
}
</style>