Shades of Pale Green #A0FCA0
Tints of Pale Green #A0FCA0
RGB
CMYK
RGB Variations
Color information
#A0FCA0 (or 0xA0FCA0) is known color: Pale Green. HEX triplet: A0, FC and A0. RGB value is (160,252,160). Sum of RGB (Red+Green+Blue) = 160+252+160=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FCA0 is #5F035F. Grayscale: #D6D6D6. Windows color (decimal): -6226784 or 10550432. OLE color: 10550432.
HSL color Cylindrical-coordinate representation of color #A0FCA0: hue angle of 120º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCA0 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
RGB | 160 | 252 | 160 | - |
CMYK | 0.37 | 0 | 0.37 | 0.01 |
HSL | 120º | 0.94% | 0.81% | - |
HSV(B) | 120º | 0.37% | 0.99% | - |
XYZ | 55.65 | 79.63 | 45.7 | - |
YUV | 214 | 97.52 | 89.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 252 | 160 | 0.37 | 0 | 0.37 | 0.01 | 120 | 0.94 | 0.81 |
Hex | A0 | FC | A0 | 25 | 0 | 25 | 1 | 78 | 5E | 51 |
Octal | 240 | 374 | 240 | 45 | 0 | 45 | 1 | 170 | 136 | 121 |
Binary | 10100000 | 11111100 | 10100000 | 100101 | 0 | 100101 | 1 | 1111000 | 1011110 | 1010001 |
Color Harmonies of #A0FCA0
Complementary color
Monochromatic Colors of #A0FCA0
Black with #A0FCA0
Text Example
Text Example
White with #A0FCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCA0; }
p { color: rgb(160,252,160); }
H1.HeaderClassName
{
color: #A0FCA0;
}
.AnyTagClassName
{
color: #A0FCA0;
}
</style>
background-color css
<style>
a { background-color: #A0FCA0; }
a { background-color: rgb(160,252,160); }
div.DivClassName
{
background-color: #A0FCA0;
}
.BgClassName
{
background-color: #A0FCA0;
}
</style>
border-color css
<style>
span { border-color: #A0FCA0; }
span { border-color: rgb(160,252,160); }
td.TdClassName
{
border-color: #A0FCA0;
}
.TagClassName
{
border-color: #A0FCA0;
}
</style>