Shades of Pale Green #A0F9A6
Tints of Pale Green #A0F9A6
RGB
CMYK
RGB Variations
Color information
#A0F9A6 (or 0xA0F9A6) is known color: Pale Green. HEX triplet: A0, F9 and A6. RGB value is (160,249,166). Sum of RGB (Red+Green+Blue) = 160+249+166=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F9A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F9A6 is #5F0659. Grayscale: #D5D5D5. Windows color (decimal): -6227546 or 10942880. OLE color: 10942880.
HSL color Cylindrical-coordinate representation of color #A0F9A6: hue angle of 124.04º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0F9A6 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 166 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.02 |
| HSL | 124.04º | 0.88% | 0.8% | - |
| HSV(B) | 124.04º | 0.36% | 0.98% | - |
| XYZ | 55.26 | 77.98 | 48.22 | - |
| YUV | 212.93 | 101.51 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 166 | 0.36 | 0 | 0.33 | 0.02 | 124.04 | 0.88 | 0.8 |
| Hex | A0 | F9 | A6 | 24 | 0 | 21 | 2 | 7C | 58 | 50 |
| Octal | 240 | 371 | 246 | 44 | 0 | 41 | 2 | 174 | 130 | 120 |
| Binary | 10100000 | 11111001 | 10100110 | 100100 | 0 | 100001 | 10 | 1111100 | 1011000 | 1010000 |
Color Harmonies of #A0F9A6
Complementary color
Monochromatic Colors of #A0F9A6
Black with #A0F9A6
Text Example
Text Example
White with #A0F9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F9A6; }
p { color: rgb(160,249,166); }
H1.HeaderClassName
{
color: #A0F9A6;
}
.AnyTagClassName
{
color: #A0F9A6;
}
</style>
background-color css
<style>
a { background-color: #A0F9A6; }
a { background-color: rgb(160,249,166); }
div.DivClassName
{
background-color: #A0F9A6;
}
.BgClassName
{
background-color: #A0F9A6;
}
</style>
border-color css
<style>
span { border-color: #A0F9A6; }
span { border-color: rgb(160,249,166); }
td.TdClassName
{
border-color: #A0F9A6;
}
.TagClassName
{
border-color: #A0F9A6;
}
</style>