Shades of Pale Green #A0F3A0
Tints of Pale Green #A0F3A0
RGB
CMYK
RGB Variations
Color information
#A0F3A0 (or 0xA0F3A0) is known color: Pale Green. HEX triplet: A0, F3 and A0. RGB value is (160,243,160). Sum of RGB (Red+Green+Blue) = 160+243+160=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F3A0 is #5F0C5F. Grayscale: #D0D0D0. Windows color (decimal): -6229088 or 10548128. OLE color: 10548128.
HSL color Cylindrical-coordinate representation of color #A0F3A0: hue angle of 120º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F3A0 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 160 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.05 |
| HSL | 120º | 0.78% | 0.79% | - |
| HSV(B) | 120º | 0.34% | 0.95% | - |
| XYZ | 52.89 | 74.11 | 44.78 | - |
| YUV | 208.72 | 100.5 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 160 | 0.34 | 0 | 0.34 | 0.05 | 120 | 0.78 | 0.79 |
| Hex | A0 | F3 | A0 | 22 | 0 | 22 | 5 | 78 | 4E | 4F |
| Octal | 240 | 363 | 240 | 42 | 0 | 42 | 5 | 170 | 116 | 117 |
| Binary | 10100000 | 11110011 | 10100000 | 100010 | 0 | 100010 | 101 | 1111000 | 1001110 | 1001111 |
Color Harmonies of #A0F3A0
Complementary color
Monochromatic Colors of #A0F3A0
Black with #A0F3A0
Text Example
Text Example
White with #A0F3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F3A0; }
p { color: rgb(160,243,160); }
H1.HeaderClassName
{
color: #A0F3A0;
}
.AnyTagClassName
{
color: #A0F3A0;
}
</style>
background-color css
<style>
a { background-color: #A0F3A0; }
a { background-color: rgb(160,243,160); }
div.DivClassName
{
background-color: #A0F3A0;
}
.BgClassName
{
background-color: #A0F3A0;
}
</style>
border-color css
<style>
span { border-color: #A0F3A0; }
span { border-color: rgb(160,243,160); }
td.TdClassName
{
border-color: #A0F3A0;
}
.TagClassName
{
border-color: #A0F3A0;
}
</style>