Shades of Pale Green #A0FC94
Tints of Pale Green #A0FC94
RGB
CMYK
RGB Variations
Color information
#A0FC94 (or 0xA0FC94) is known color: Pale Green. HEX triplet: A0, FC and 94. RGB value is (160,252,148). Sum of RGB (Red+Green+Blue) = 160+252+148=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FC94 is #5F036B. Grayscale: #D4D4D4. Windows color (decimal): -6226796 or 9764000. OLE color: 9764000.
HSL color Cylindrical-coordinate representation of color #A0FC94: hue angle of 113.08º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0FC94 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 148 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.01 |
| HSL | 113.08º | 0.95% | 0.78% | - |
| HSV(B) | 113.08º | 0.41% | 0.99% | - |
| XYZ | 54.65 | 79.23 | 40.43 | - |
| YUV | 212.64 | 91.52 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 148 | 0.37 | 0 | 0.41 | 0.01 | 113.08 | 0.95 | 0.78 |
| Hex | A0 | FC | 94 | 25 | 0 | 29 | 1 | 71 | 5F | 4E |
| Octal | 240 | 374 | 224 | 45 | 0 | 51 | 1 | 161 | 137 | 116 |
| Binary | 10100000 | 11111100 | 10010100 | 100101 | 0 | 101001 | 1 | 1110001 | 1011111 | 1001110 |
Color Harmonies of #A0FC94
Complementary color
Monochromatic Colors of #A0FC94
Black with #A0FC94
Text Example
Text Example
White with #A0FC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC94; }
p { color: rgb(160,252,148); }
H1.HeaderClassName
{
color: #A0FC94;
}
.AnyTagClassName
{
color: #A0FC94;
}
</style>
background-color css
<style>
a { background-color: #A0FC94; }
a { background-color: rgb(160,252,148); }
div.DivClassName
{
background-color: #A0FC94;
}
.BgClassName
{
background-color: #A0FC94;
}
</style>
border-color css
<style>
span { border-color: #A0FC94; }
span { border-color: rgb(160,252,148); }
td.TdClassName
{
border-color: #A0FC94;
}
.TagClassName
{
border-color: #A0FC94;
}
</style>