Shades of Pale Green #A0F89D
Tints of Pale Green #A0F89D
RGB
CMYK
RGB Variations
Color information
#A0F89D (or 0xA0F89D) is known color: Pale Green. HEX triplet: A0, F8 and 9D. RGB value is (160,248,157). Sum of RGB (Red+Green+Blue) = 160+248+157=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F89D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F89D is #5F0762. Grayscale: #D3D3D3. Windows color (decimal): -6227811 or 10352800. OLE color: 10352800.
HSL color Cylindrical-coordinate representation of color #A0F89D: hue angle of 118.02º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0F89D is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 157 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.03 |
| HSL | 118.02º | 0.87% | 0.79% | - |
| HSV(B) | 118.02º | 0.37% | 0.97% | - |
| XYZ | 54.15 | 77.04 | 43.92 | - |
| YUV | 211.31 | 97.35 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 157 | 0.35 | 0 | 0.37 | 0.03 | 118.02 | 0.87 | 0.79 |
| Hex | A0 | F8 | 9D | 23 | 0 | 25 | 3 | 76 | 57 | 4F |
| Octal | 240 | 370 | 235 | 43 | 0 | 45 | 3 | 166 | 127 | 117 |
| Binary | 10100000 | 11111000 | 10011101 | 100011 | 0 | 100101 | 11 | 1110110 | 1010111 | 1001111 |
Color Harmonies of #A0F89D
Complementary color
Monochromatic Colors of #A0F89D
Black with #A0F89D
Text Example
Text Example
White with #A0F89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F89D; }
p { color: rgb(160,248,157); }
H1.HeaderClassName
{
color: #A0F89D;
}
.AnyTagClassName
{
color: #A0F89D;
}
</style>
background-color css
<style>
a { background-color: #A0F89D; }
a { background-color: rgb(160,248,157); }
div.DivClassName
{
background-color: #A0F89D;
}
.BgClassName
{
background-color: #A0F89D;
}
</style>
border-color css
<style>
span { border-color: #A0F89D; }
span { border-color: rgb(160,248,157); }
td.TdClassName
{
border-color: #A0F89D;
}
.TagClassName
{
border-color: #A0F89D;
}
</style>