Shades of Pale Green #A0F989
Tints of Pale Green #A0F989
RGB
CMYK
RGB Variations
Color information
#A0F989 (or 0xA0F989) is known color: Pale Green. HEX triplet: A0, F9 and 89. RGB value is (160,249,137). Sum of RGB (Red+Green+Blue) = 160+249+137=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F989 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F989 is #5F0676. Grayscale: #D1D1D1. Windows color (decimal): -6227575 or 9042336. OLE color: 9042336.
HSL color Cylindrical-coordinate representation of color #A0F989: hue angle of 107.68º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0F989 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 137 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.02 |
| HSL | 107.68º | 0.9% | 0.76% | - |
| HSV(B) | 107.68º | 0.45% | 0.98% | - |
| XYZ | 52.89 | 77.03 | 35.75 | - |
| YUV | 209.62 | 87.01 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 137 | 0.36 | 0 | 0.45 | 0.02 | 107.68 | 0.9 | 0.76 |
| Hex | A0 | F9 | 89 | 24 | 0 | 2D | 2 | 6C | 5A | 4C |
| Octal | 240 | 371 | 211 | 44 | 0 | 55 | 2 | 154 | 132 | 114 |
| Binary | 10100000 | 11111001 | 10001001 | 100100 | 0 | 101101 | 10 | 1101100 | 1011010 | 1001100 |
Color Harmonies of #A0F989
Complementary color
Monochromatic Colors of #A0F989
Black with #A0F989
Text Example
Text Example
White with #A0F989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F989; }
p { color: rgb(160,249,137); }
H1.HeaderClassName
{
color: #A0F989;
}
.AnyTagClassName
{
color: #A0F989;
}
</style>
background-color css
<style>
a { background-color: #A0F989; }
a { background-color: rgb(160,249,137); }
div.DivClassName
{
background-color: #A0F989;
}
.BgClassName
{
background-color: #A0F989;
}
</style>
border-color css
<style>
span { border-color: #A0F989; }
span { border-color: rgb(160,249,137); }
td.TdClassName
{
border-color: #A0F989;
}
.TagClassName
{
border-color: #A0F989;
}
</style>