Shades of Pale Green #A0ED9D
Tints of Pale Green #A0ED9D
RGB
CMYK
RGB Variations
Color information
#A0ED9D (or 0xA0ED9D) is known color: Pale Green. HEX triplet: A0, ED and 9D. RGB value is (160,237,157). Sum of RGB (Red+Green+Blue) = 160+237+157=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0ED9D is #5F1262. Grayscale: #CDCDCD. Windows color (decimal): -6230627 or 10349984. OLE color: 10349984.
HSL color Cylindrical-coordinate representation of color #A0ED9D: hue angle of 117.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0ED9D is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 237 | 157 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.07 |
| HSL | 117.75º | 0.69% | 0.77% | - |
| HSV(B) | 117.75º | 0.34% | 0.93% | - |
| XYZ | 50.87 | 70.48 | 42.82 | - |
| YUV | 204.86 | 100.99 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 237 | 157 | 0.32 | 0 | 0.34 | 0.07 | 117.75 | 0.69 | 0.77 |
| Hex | A0 | ED | 9D | 20 | 0 | 22 | 7 | 76 | 45 | 4D |
| Octal | 240 | 355 | 235 | 40 | 0 | 42 | 7 | 166 | 105 | 115 |
| Binary | 10100000 | 11101101 | 10011101 | 100000 | 0 | 100010 | 111 | 1110110 | 1000101 | 1001101 |
Color Harmonies of #A0ED9D
Complementary color
Monochromatic Colors of #A0ED9D
Black with #A0ED9D
Text Example
Text Example
White with #A0ED9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ED9D; }
p { color: rgb(160,237,157); }
H1.HeaderClassName
{
color: #A0ED9D;
}
.AnyTagClassName
{
color: #A0ED9D;
}
</style>
background-color css
<style>
a { background-color: #A0ED9D; }
a { background-color: rgb(160,237,157); }
div.DivClassName
{
background-color: #A0ED9D;
}
.BgClassName
{
background-color: #A0ED9D;
}
</style>
border-color css
<style>
span { border-color: #A0ED9D; }
span { border-color: rgb(160,237,157); }
td.TdClassName
{
border-color: #A0ED9D;
}
.TagClassName
{
border-color: #A0ED9D;
}
</style>