Shades of Pale Green #A0FD9E
Tints of Pale Green #A0FD9E
RGB
CMYK
RGB Variations
Color information
#A0FD9E (or 0xA0FD9E) is known color: Pale Green. HEX triplet: A0, FD and 9E. RGB value is (160,253,158). Sum of RGB (Red+Green+Blue) = 160+253+158=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FD9E is #5F0261. Grayscale: #D6D6D6. Windows color (decimal): -6226530 or 10419616. OLE color: 10419616.
HSL color Cylindrical-coordinate representation of color #A0FD9E: hue angle of 118.74º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0FD9E is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
RGB | 160 | 253 | 158 | - |
CMYK | 0.37 | 0 | 0.38 | 0.01 |
HSL | 118.74º | 0.96% | 0.81% | - |
HSV(B) | 118.74º | 0.38% | 0.99% | - |
XYZ | 55.79 | 80.19 | 44.89 | - |
YUV | 214.36 | 96.19 | 89.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 253 | 158 | 0.37 | 0 | 0.38 | 0.01 | 118.74 | 0.96 | 0.81 |
Hex | A0 | FD | 9E | 25 | 0 | 26 | 1 | 77 | 60 | 51 |
Octal | 240 | 375 | 236 | 45 | 0 | 46 | 1 | 167 | 140 | 121 |
Binary | 10100000 | 11111101 | 10011110 | 100101 | 0 | 100110 | 1 | 1110111 | 1100000 | 1010001 |
Color Harmonies of #A0FD9E
Complementary color
Monochromatic Colors of #A0FD9E
Black with #A0FD9E
Text Example
Text Example
White with #A0FD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD9E; }
p { color: rgb(160,253,158); }
H1.HeaderClassName
{
color: #A0FD9E;
}
.AnyTagClassName
{
color: #A0FD9E;
}
</style>
background-color css
<style>
a { background-color: #A0FD9E; }
a { background-color: rgb(160,253,158); }
div.DivClassName
{
background-color: #A0FD9E;
}
.BgClassName
{
background-color: #A0FD9E;
}
</style>
border-color css
<style>
span { border-color: #A0FD9E; }
span { border-color: rgb(160,253,158); }
td.TdClassName
{
border-color: #A0FD9E;
}
.TagClassName
{
border-color: #A0FD9E;
}
</style>