Shades of Pale Green #A0F89E
Tints of Pale Green #A0F89E
RGB
CMYK
RGB Variations
Color information
#A0F89E (or 0xA0F89E) is known color: Pale Green. HEX triplet: A0, F8 and 9E. RGB value is (160,248,158). Sum of RGB (Red+Green+Blue) = 160+248+158=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F89E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F89E is #5F0761. Grayscale: #D3D3D3. Windows color (decimal): -6227810 or 10418336. OLE color: 10418336.
HSL color Cylindrical-coordinate representation of color #A0F89E: hue angle of 118.67º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0F89E is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 158 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.03 |
| HSL | 118.67º | 0.87% | 0.8% | - |
| HSV(B) | 118.67º | 0.36% | 0.97% | - |
| XYZ | 54.24 | 77.08 | 44.37 | - |
| YUV | 211.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 158 | 0.35 | 0 | 0.36 | 0.03 | 118.67 | 0.87 | 0.8 |
| Hex | A0 | F8 | 9E | 23 | 0 | 24 | 3 | 77 | 57 | 50 |
| Octal | 240 | 370 | 236 | 43 | 0 | 44 | 3 | 167 | 127 | 120 |
| Binary | 10100000 | 11111000 | 10011110 | 100011 | 0 | 100100 | 11 | 1110111 | 1010111 | 1010000 |
Color Harmonies of #A0F89E
Complementary color
Monochromatic Colors of #A0F89E
Black with #A0F89E
Text Example
Text Example
White with #A0F89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F89E; }
p { color: rgb(160,248,158); }
H1.HeaderClassName
{
color: #A0F89E;
}
.AnyTagClassName
{
color: #A0F89E;
}
</style>
background-color css
<style>
a { background-color: #A0F89E; }
a { background-color: rgb(160,248,158); }
div.DivClassName
{
background-color: #A0F89E;
}
.BgClassName
{
background-color: #A0F89E;
}
</style>
border-color css
<style>
span { border-color: #A0F89E; }
span { border-color: rgb(160,248,158); }
td.TdClassName
{
border-color: #A0F89E;
}
.TagClassName
{
border-color: #A0F89E;
}
</style>