Shades of Pale Green #A0F9AF
Tints of Pale Green #A0F9AF
RGB
CMYK
RGB Variations
Color information
#A0F9AF (or 0xA0F9AF) is known color: Pale Green. HEX triplet: A0, F9 and AF. RGB value is (160,249,175). Sum of RGB (Red+Green+Blue) = 160+249+175=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F9AF is #5F0650. Grayscale: #D6D6D6. Windows color (decimal): -6227537 or 11532704. OLE color: 11532704.
HSL color Cylindrical-coordinate representation of color #A0F9AF: hue angle of 130.11º 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 #A0F9AF is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 175 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.02 |
| HSL | 130.11º | 0.88% | 0.8% | - |
| HSV(B) | 130.11º | 0.36% | 0.98% | - |
| XYZ | 56.11 | 78.32 | 52.72 | - |
| YUV | 213.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 175 | 0.36 | 0 | 0.30 | 0.02 | 130.11 | 0.88 | 0.8 |
| Hex | A0 | F9 | AF | 24 | 0 | 1E | 2 | 82 | 58 | 50 |
| Octal | 240 | 371 | 257 | 44 | 0 | 36 | 2 | 202 | 130 | 120 |
| Binary | 10100000 | 11111001 | 10101111 | 100100 | 0 | 11110 | 10 | 10000010 | 1011000 | 1010000 |
Color Harmonies of #A0F9AF
Complementary color
Monochromatic Colors of #A0F9AF
Black with #A0F9AF
Text Example
Text Example
White with #A0F9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F9AF; }
p { color: rgb(160,249,175); }
H1.HeaderClassName
{
color: #A0F9AF;
}
.AnyTagClassName
{
color: #A0F9AF;
}
</style>
background-color css
<style>
a { background-color: #A0F9AF; }
a { background-color: rgb(160,249,175); }
div.DivClassName
{
background-color: #A0F9AF;
}
.BgClassName
{
background-color: #A0F9AF;
}
</style>
border-color css
<style>
span { border-color: #A0F9AF; }
span { border-color: rgb(160,249,175); }
td.TdClassName
{
border-color: #A0F9AF;
}
.TagClassName
{
border-color: #A0F9AF;
}
</style>