Shades of Pale Green #A0FCAF
Tints of Pale Green #A0FCAF
RGB
CMYK
RGB Variations
Color information
#A0FCAF (or 0xA0FCAF) is known color: Pale Green. HEX triplet: A0, FC and AF. RGB value is (160,252,175). Sum of RGB (Red+Green+Blue) = 160+252+175=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FCAF is #5F0350. Grayscale: #D7D7D7. Windows color (decimal): -6226769 or 11533472. OLE color: 11533472.
HSL color Cylindrical-coordinate representation of color #A0FCAF: hue angle of 129.78º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCAF is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 175 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.01 |
| HSL | 129.78º | 0.94% | 0.81% | - |
| HSV(B) | 129.78º | 0.37% | 0.99% | - |
| XYZ | 57.05 | 80.19 | 53.03 | - |
| YUV | 215.71 | 105.02 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 175 | 0.37 | 0 | 0.31 | 0.01 | 129.78 | 0.94 | 0.81 |
| Hex | A0 | FC | AF | 25 | 0 | 1F | 1 | 82 | 5E | 51 |
| Octal | 240 | 374 | 257 | 45 | 0 | 37 | 1 | 202 | 136 | 121 |
| Binary | 10100000 | 11111100 | 10101111 | 100101 | 0 | 11111 | 1 | 10000010 | 1011110 | 1010001 |
Color Harmonies of #A0FCAF
Complementary color
Monochromatic Colors of #A0FCAF
Black with #A0FCAF
Text Example
Text Example
White with #A0FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCAF; }
p { color: rgb(160,252,175); }
H1.HeaderClassName
{
color: #A0FCAF;
}
.AnyTagClassName
{
color: #A0FCAF;
}
</style>
background-color css
<style>
a { background-color: #A0FCAF; }
a { background-color: rgb(160,252,175); }
div.DivClassName
{
background-color: #A0FCAF;
}
.BgClassName
{
background-color: #A0FCAF;
}
</style>
border-color css
<style>
span { border-color: #A0FCAF; }
span { border-color: rgb(160,252,175); }
td.TdClassName
{
border-color: #A0FCAF;
}
.TagClassName
{
border-color: #A0FCAF;
}
</style>