Shades of Pale Green #A0F6AB
Tints of Pale Green #A0F6AB
RGB
CMYK
RGB Variations
Color information
#A0F6AB (or 0xA0F6AB) is known color: Pale Green. HEX triplet: A0, F6 and AB. RGB value is (160,246,171). Sum of RGB (Red+Green+Blue) = 160+246+171=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F6AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F6AB is #5F0954. Grayscale: #D3D3D3. Windows color (decimal): -6228309 or 11269792. OLE color: 11269792.
HSL color Cylindrical-coordinate representation of color #A0F6AB: hue angle of 127.67º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F6AB is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 171 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.04 |
| HSL | 127.67º | 0.83% | 0.8% | - |
| HSV(B) | 127.67º | 0.35% | 0.96% | - |
| XYZ | 54.8 | 76.33 | 50.37 | - |
| YUV | 211.74 | 105.01 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 171 | 0.35 | 0 | 0.30 | 0.04 | 127.67 | 0.83 | 0.8 |
| Hex | A0 | F6 | AB | 23 | 0 | 1E | 4 | 80 | 53 | 50 |
| Octal | 240 | 366 | 253 | 43 | 0 | 36 | 4 | 200 | 123 | 120 |
| Binary | 10100000 | 11110110 | 10101011 | 100011 | 0 | 11110 | 100 | 10000000 | 1010011 | 1010000 |
Color Harmonies of #A0F6AB
Complementary color
Monochromatic Colors of #A0F6AB
Black with #A0F6AB
Text Example
Text Example
White with #A0F6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F6AB; }
p { color: rgb(160,246,171); }
H1.HeaderClassName
{
color: #A0F6AB;
}
.AnyTagClassName
{
color: #A0F6AB;
}
</style>
background-color css
<style>
a { background-color: #A0F6AB; }
a { background-color: rgb(160,246,171); }
div.DivClassName
{
background-color: #A0F6AB;
}
.BgClassName
{
background-color: #A0F6AB;
}
</style>
border-color css
<style>
span { border-color: #A0F6AB; }
span { border-color: rgb(160,246,171); }
td.TdClassName
{
border-color: #A0F6AB;
}
.TagClassName
{
border-color: #A0F6AB;
}
</style>