Shades of Pale Green #A0F689
Tints of Pale Green #A0F689
RGB
CMYK
RGB Variations
Color information
#A0F689 (or 0xA0F689) is known color: Pale Green. HEX triplet: A0, F6 and 89. RGB value is (160,246,137). Sum of RGB (Red+Green+Blue) = 160+246+137=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F689 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F689 is #5F0976. Grayscale: #D0D0D0. Windows color (decimal): -6228343 or 9041568. OLE color: 9041568.
HSL color Cylindrical-coordinate representation of color #A0F689: hue angle of 107.34º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0F689 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 137 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.04 |
| HSL | 107.34º | 0.86% | 0.75% | - |
| HSV(B) | 107.34º | 0.44% | 0.96% | - |
| XYZ | 51.97 | 75.19 | 35.44 | - |
| YUV | 207.86 | 88.01 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 137 | 0.35 | 0 | 0.44 | 0.04 | 107.34 | 0.86 | 0.75 |
| Hex | A0 | F6 | 89 | 23 | 0 | 2C | 4 | 6B | 56 | 4B |
| Octal | 240 | 366 | 211 | 43 | 0 | 54 | 4 | 153 | 126 | 113 |
| Binary | 10100000 | 11110110 | 10001001 | 100011 | 0 | 101100 | 100 | 1101011 | 1010110 | 1001011 |
Color Harmonies of #A0F689
Complementary color
Monochromatic Colors of #A0F689
Black with #A0F689
Text Example
Text Example
White with #A0F689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F689; }
p { color: rgb(160,246,137); }
H1.HeaderClassName
{
color: #A0F689;
}
.AnyTagClassName
{
color: #A0F689;
}
</style>
background-color css
<style>
a { background-color: #A0F689; }
a { background-color: rgb(160,246,137); }
div.DivClassName
{
background-color: #A0F689;
}
.BgClassName
{
background-color: #A0F689;
}
</style>
border-color css
<style>
span { border-color: #A0F689; }
span { border-color: rgb(160,246,137); }
td.TdClassName
{
border-color: #A0F689;
}
.TagClassName
{
border-color: #A0F689;
}
</style>