Shades of Pale Green #A0FC90
Tints of Pale Green #A0FC90
RGB
CMYK
RGB Variations
Color information
#A0FC90 (or 0xA0FC90) is known color: Pale Green. HEX triplet: A0, FC and 90. RGB value is (160,252,144). Sum of RGB (Red+Green+Blue) = 160+252+144=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FC90 is #5F036F. Grayscale: #D4D4D4. Windows color (decimal): -6226800 or 9501856. OLE color: 9501856.
HSL color Cylindrical-coordinate representation of color #A0FC90: hue angle of 111.11º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0FC90 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 144 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.01 |
| HSL | 111.11º | 0.95% | 0.78% | - |
| HSV(B) | 111.11º | 0.43% | 0.99% | - |
| XYZ | 54.34 | 79.11 | 38.79 | - |
| YUV | 212.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 144 | 0.37 | 0 | 0.43 | 0.01 | 111.11 | 0.95 | 0.78 |
| Hex | A0 | FC | 90 | 25 | 0 | 2B | 1 | 6F | 5F | 4E |
| Octal | 240 | 374 | 220 | 45 | 0 | 53 | 1 | 157 | 137 | 116 |
| Binary | 10100000 | 11111100 | 10010000 | 100101 | 0 | 101011 | 1 | 1101111 | 1011111 | 1001110 |
Color Harmonies of #A0FC90
Complementary color
Monochromatic Colors of #A0FC90
Black with #A0FC90
Text Example
Text Example
White with #A0FC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC90; }
p { color: rgb(160,252,144); }
H1.HeaderClassName
{
color: #A0FC90;
}
.AnyTagClassName
{
color: #A0FC90;
}
</style>
background-color css
<style>
a { background-color: #A0FC90; }
a { background-color: rgb(160,252,144); }
div.DivClassName
{
background-color: #A0FC90;
}
.BgClassName
{
background-color: #A0FC90;
}
</style>
border-color css
<style>
span { border-color: #A0FC90; }
span { border-color: rgb(160,252,144); }
td.TdClassName
{
border-color: #A0FC90;
}
.TagClassName
{
border-color: #A0FC90;
}
</style>