Shades of Pale Green #A0F98B
Tints of Pale Green #A0F98B
RGB
CMYK
RGB Variations
Color information
#A0F98B (or 0xA0F98B) is known color: Pale Green. HEX triplet: A0, F9 and 8B. RGB value is (160,249,139). Sum of RGB (Red+Green+Blue) = 160+249+139=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 139 (54.69% from 255 or 25.36% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F98B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F98B is #5F0674. Grayscale: #D2D2D2. Windows color (decimal): -6227573 or 9173408. OLE color: 9173408.
HSL color Cylindrical-coordinate representation of color #A0F98B: hue angle of 108.55º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0F98B is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 139 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.02 |
| HSL | 108.55º | 0.9% | 0.76% | - |
| HSV(B) | 108.55º | 0.44% | 0.98% | - |
| XYZ | 53.03 | 77.09 | 36.51 | - |
| YUV | 209.85 | 88.01 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 139 | 0.36 | 0 | 0.44 | 0.02 | 108.55 | 0.9 | 0.76 |
| Hex | A0 | F9 | 8B | 24 | 0 | 2C | 2 | 6D | 5A | 4C |
| Octal | 240 | 371 | 213 | 44 | 0 | 54 | 2 | 155 | 132 | 114 |
| Binary | 10100000 | 11111001 | 10001011 | 100100 | 0 | 101100 | 10 | 1101101 | 1011010 | 1001100 |
Color Harmonies of #A0F98B
Complementary color
Monochromatic Colors of #A0F98B
Black with #A0F98B
Text Example
Text Example
White with #A0F98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F98B; }
p { color: rgb(160,249,139); }
H1.HeaderClassName
{
color: #A0F98B;
}
.AnyTagClassName
{
color: #A0F98B;
}
</style>
background-color css
<style>
a { background-color: #A0F98B; }
a { background-color: rgb(160,249,139); }
div.DivClassName
{
background-color: #A0F98B;
}
.BgClassName
{
background-color: #A0F98B;
}
</style>
border-color css
<style>
span { border-color: #A0F98B; }
span { border-color: rgb(160,249,139); }
td.TdClassName
{
border-color: #A0F98B;
}
.TagClassName
{
border-color: #A0F98B;
}
</style>