Shades of Pale Green #A0FC9D
Tints of Pale Green #A0FC9D
RGB
CMYK
RGB Variations
Color information
#A0FC9D (or 0xA0FC9D) is known color: Pale Green. HEX triplet: A0, FC and 9D. RGB value is (160,252,157). Sum of RGB (Red+Green+Blue) = 160+252+157=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FC9D is #5F0362. Grayscale: #D5D5D5. Windows color (decimal): -6226787 or 10353824. OLE color: 10353824.
HSL color Cylindrical-coordinate representation of color #A0FC9D: hue angle of 118.11º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0FC9D is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 157 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.01 |
| HSL | 118.11º | 0.94% | 0.8% | - |
| HSV(B) | 118.11º | 0.38% | 0.99% | - |
| XYZ | 55.39 | 79.53 | 44.33 | - |
| YUV | 213.66 | 96.02 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 157 | 0.37 | 0 | 0.38 | 0.01 | 118.11 | 0.94 | 0.8 |
| Hex | A0 | FC | 9D | 25 | 0 | 26 | 1 | 76 | 5E | 50 |
| Octal | 240 | 374 | 235 | 45 | 0 | 46 | 1 | 166 | 136 | 120 |
| Binary | 10100000 | 11111100 | 10011101 | 100101 | 0 | 100110 | 1 | 1110110 | 1011110 | 1010000 |
Color Harmonies of #A0FC9D
Complementary color
Monochromatic Colors of #A0FC9D
Black with #A0FC9D
Text Example
Text Example
White with #A0FC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC9D; }
p { color: rgb(160,252,157); }
H1.HeaderClassName
{
color: #A0FC9D;
}
.AnyTagClassName
{
color: #A0FC9D;
}
</style>
background-color css
<style>
a { background-color: #A0FC9D; }
a { background-color: rgb(160,252,157); }
div.DivClassName
{
background-color: #A0FC9D;
}
.BgClassName
{
background-color: #A0FC9D;
}
</style>
border-color css
<style>
span { border-color: #A0FC9D; }
span { border-color: rgb(160,252,157); }
td.TdClassName
{
border-color: #A0FC9D;
}
.TagClassName
{
border-color: #A0FC9D;
}
</style>