Shades of Pale Green #A0F7A6
Tints of Pale Green #A0F7A6
RGB
CMYK
RGB Variations
Color information
#A0F7A6 (or 0xA0F7A6) is known color: Pale Green. HEX triplet: A0, F7 and A6. RGB value is (160,247,166). Sum of RGB (Red+Green+Blue) = 160+247+166=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 247 (96.88% from 255 or 43.11% from 573); Blue value is 166 (65.23% from 255 or 28.97% from 573); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F7A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F7A6 is #5F0859. Grayscale: #D3D3D3. Windows color (decimal): -6228058 or 10942368. OLE color: 10942368.
HSL color Cylindrical-coordinate representation of color #A0F7A6: hue angle of 124.14º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F7A6 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 166 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.03 |
| HSL | 124.14º | 0.84% | 0.8% | - |
| HSV(B) | 124.14º | 0.35% | 0.97% | - |
| XYZ | 54.64 | 76.75 | 48.01 | - |
| YUV | 211.75 | 102.18 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 166 | 0.35 | 0 | 0.33 | 0.03 | 124.14 | 0.84 | 0.8 |
| Hex | A0 | F7 | A6 | 23 | 0 | 21 | 3 | 7C | 54 | 50 |
| Octal | 240 | 367 | 246 | 43 | 0 | 41 | 3 | 174 | 124 | 120 |
| Binary | 10100000 | 11110111 | 10100110 | 100011 | 0 | 100001 | 11 | 1111100 | 1010100 | 1010000 |
Color Harmonies of #A0F7A6
Complementary color
Monochromatic Colors of #A0F7A6
Black with #A0F7A6
Text Example
Text Example
White with #A0F7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F7A6; }
p { color: rgb(160,247,166); }
H1.HeaderClassName
{
color: #A0F7A6;
}
.AnyTagClassName
{
color: #A0F7A6;
}
</style>
background-color css
<style>
a { background-color: #A0F7A6; }
a { background-color: rgb(160,247,166); }
div.DivClassName
{
background-color: #A0F7A6;
}
.BgClassName
{
background-color: #A0F7A6;
}
</style>
border-color css
<style>
span { border-color: #A0F7A6; }
span { border-color: rgb(160,247,166); }
td.TdClassName
{
border-color: #A0F7A6;
}
.TagClassName
{
border-color: #A0F7A6;
}
</style>