Shades of Pale Green #A0F0A6
Tints of Pale Green #A0F0A6
RGB
CMYK
RGB Variations
Color information
#A0F0A6 (or 0xA0F0A6) is known color: Pale Green. HEX triplet: A0, F0 and A6. RGB value is (160,240,166). Sum of RGB (Red+Green+Blue) = 160+240+166=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 166 (65.23% from 255 or 29.33% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F0A6 is #5F0F59. Grayscale: #CFCFCF. Windows color (decimal): -6229850 or 10940576. OLE color: 10940576.
HSL color Cylindrical-coordinate representation of color #A0F0A6: hue angle of 124.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0F0A6 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 166 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.06 |
| HSL | 124.5º | 0.73% | 0.78% | - |
| HSV(B) | 124.5º | 0.33% | 0.94% | - |
| XYZ | 52.54 | 72.55 | 47.31 | - |
| YUV | 207.64 | 104.5 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 166 | 0.33 | 0 | 0.31 | 0.06 | 124.5 | 0.73 | 0.78 |
| Hex | A0 | F0 | A6 | 21 | 0 | 1F | 6 | 7C | 49 | 4E |
| Octal | 240 | 360 | 246 | 41 | 0 | 37 | 6 | 174 | 111 | 116 |
| Binary | 10100000 | 11110000 | 10100110 | 100001 | 0 | 11111 | 110 | 1111100 | 1001001 | 1001110 |
Color Harmonies of #A0F0A6
Complementary color
Monochromatic Colors of #A0F0A6
Black with #A0F0A6
Text Example
Text Example
White with #A0F0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F0A6; }
p { color: rgb(160,240,166); }
H1.HeaderClassName
{
color: #A0F0A6;
}
.AnyTagClassName
{
color: #A0F0A6;
}
</style>
background-color css
<style>
a { background-color: #A0F0A6; }
a { background-color: rgb(160,240,166); }
div.DivClassName
{
background-color: #A0F0A6;
}
.BgClassName
{
background-color: #A0F0A6;
}
</style>
border-color css
<style>
span { border-color: #A0F0A6; }
span { border-color: rgb(160,240,166); }
td.TdClassName
{
border-color: #A0F0A6;
}
.TagClassName
{
border-color: #A0F0A6;
}
</style>