Shades of Pale Green #A0F89A
Tints of Pale Green #A0F89A
RGB
CMYK
RGB Variations
Color information
#A0F89A (or 0xA0F89A) is known color: Pale Green. HEX triplet: A0, F8 and 9A. RGB value is (160,248,154). Sum of RGB (Red+Green+Blue) = 160+248+154=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F89A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F89A is #5F0765. Grayscale: #D3D3D3. Windows color (decimal): -6227814 or 10156192. OLE color: 10156192.
HSL color Cylindrical-coordinate representation of color #A0F89A: hue angle of 116.17º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0F89A is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 154 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.03 |
| HSL | 116.17º | 0.87% | 0.79% | - |
| HSV(B) | 116.17º | 0.38% | 0.97% | - |
| XYZ | 53.9 | 76.94 | 42.58 | - |
| YUV | 210.97 | 95.85 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 154 | 0.35 | 0 | 0.38 | 0.03 | 116.17 | 0.87 | 0.79 |
| Hex | A0 | F8 | 9A | 23 | 0 | 26 | 3 | 74 | 57 | 4F |
| Octal | 240 | 370 | 232 | 43 | 0 | 46 | 3 | 164 | 127 | 117 |
| Binary | 10100000 | 11111000 | 10011010 | 100011 | 0 | 100110 | 11 | 1110100 | 1010111 | 1001111 |
Color Harmonies of #A0F89A
Complementary color
Monochromatic Colors of #A0F89A
Black with #A0F89A
Text Example
Text Example
White with #A0F89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F89A; }
p { color: rgb(160,248,154); }
H1.HeaderClassName
{
color: #A0F89A;
}
.AnyTagClassName
{
color: #A0F89A;
}
</style>
background-color css
<style>
a { background-color: #A0F89A; }
a { background-color: rgb(160,248,154); }
div.DivClassName
{
background-color: #A0F89A;
}
.BgClassName
{
background-color: #A0F89A;
}
</style>
border-color css
<style>
span { border-color: #A0F89A; }
span { border-color: rgb(160,248,154); }
td.TdClassName
{
border-color: #A0F89A;
}
.TagClassName
{
border-color: #A0F89A;
}
</style>