Shades of Pale Green #A0F88A
Tints of Pale Green #A0F88A
RGB
CMYK
RGB Variations
Color information
#A0F88A (or 0xA0F88A) is known color: Pale Green. HEX triplet: A0, F8 and 8A. RGB value is (160,248,138). Sum of RGB (Red+Green+Blue) = 160+248+138=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F88A is #5F0775. Grayscale: #D1D1D1. Windows color (decimal): -6227830 or 9107616. OLE color: 9107616.
HSL color Cylindrical-coordinate representation of color #A0F88A: hue angle of 108º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0F88A is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 138 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.03 |
| HSL | 108º | 0.89% | 0.76% | - |
| HSV(B) | 108º | 0.44% | 0.97% | - |
| XYZ | 52.65 | 76.44 | 36.02 | - |
| YUV | 209.15 | 87.85 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 138 | 0.35 | 0 | 0.44 | 0.03 | 108 | 0.89 | 0.76 |
| Hex | A0 | F8 | 8A | 23 | 0 | 2C | 3 | 6C | 59 | 4C |
| Octal | 240 | 370 | 212 | 43 | 0 | 54 | 3 | 154 | 131 | 114 |
| Binary | 10100000 | 11111000 | 10001010 | 100011 | 0 | 101100 | 11 | 1101100 | 1011001 | 1001100 |
Color Harmonies of #A0F88A
Complementary color
Monochromatic Colors of #A0F88A
Black with #A0F88A
Text Example
Text Example
White with #A0F88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F88A; }
p { color: rgb(160,248,138); }
H1.HeaderClassName
{
color: #A0F88A;
}
.AnyTagClassName
{
color: #A0F88A;
}
</style>
background-color css
<style>
a { background-color: #A0F88A; }
a { background-color: rgb(160,248,138); }
div.DivClassName
{
background-color: #A0F88A;
}
.BgClassName
{
background-color: #A0F88A;
}
</style>
border-color css
<style>
span { border-color: #A0F88A; }
span { border-color: rgb(160,248,138); }
td.TdClassName
{
border-color: #A0F88A;
}
.TagClassName
{
border-color: #A0F88A;
}
</style>