Shades of Pale Green #A0F98F
Tints of Pale Green #A0F98F
RGB
CMYK
RGB Variations
Color information
#A0F98F (or 0xA0F98F) is known color: Pale Green. HEX triplet: A0, F9 and 8F. RGB value is (160,249,143). Sum of RGB (Red+Green+Blue) = 160+249+143=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F98F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F98F is #5F0670. Grayscale: #D2D2D2. Windows color (decimal): -6227569 or 9435552. OLE color: 9435552.
HSL color Cylindrical-coordinate representation of color #A0F98F: hue angle of 110.38º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0F98F is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 143 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.02 |
| HSL | 110.38º | 0.9% | 0.77% | - |
| HSV(B) | 110.38º | 0.43% | 0.98% | - |
| XYZ | 53.33 | 77.21 | 38.08 | - |
| YUV | 210.31 | 90.01 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 143 | 0.36 | 0 | 0.43 | 0.02 | 110.38 | 0.9 | 0.77 |
| Hex | A0 | F9 | 8F | 24 | 0 | 2B | 2 | 6E | 5A | 4D |
| Octal | 240 | 371 | 217 | 44 | 0 | 53 | 2 | 156 | 132 | 115 |
| Binary | 10100000 | 11111001 | 10001111 | 100100 | 0 | 101011 | 10 | 1101110 | 1011010 | 1001101 |
Color Harmonies of #A0F98F
Complementary color
Monochromatic Colors of #A0F98F
Black with #A0F98F
Text Example
Text Example
White with #A0F98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F98F; }
p { color: rgb(160,249,143); }
H1.HeaderClassName
{
color: #A0F98F;
}
.AnyTagClassName
{
color: #A0F98F;
}
</style>
background-color css
<style>
a { background-color: #A0F98F; }
a { background-color: rgb(160,249,143); }
div.DivClassName
{
background-color: #A0F98F;
}
.BgClassName
{
background-color: #A0F98F;
}
</style>
border-color css
<style>
span { border-color: #A0F98F; }
span { border-color: rgb(160,249,143); }
td.TdClassName
{
border-color: #A0F98F;
}
.TagClassName
{
border-color: #A0F98F;
}
</style>