Shades of Pale Green #9DEEA0
Tints of Pale Green #9DEEA0
RGB
CMYK
RGB Variations
Color information
#9DEEA0 (or 0x9DEEA0) is known color: Pale Green. HEX triplet: 9D, EE and A0. RGB value is (157,238,160). Sum of RGB (Red+Green+Blue) = 157+238+160=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEEA0 is #62115F. Grayscale: #CDCDCD. Windows color (decimal): -6426976 or 10546845. OLE color: 10546845.
HSL color Cylindrical-coordinate representation of color #9DEEA0: hue angle of 122.22º degrees, saturation: 0.7, 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 #9DEEA0 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 238 | 160 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.07 |
| HSL | 122.22º | 0.7% | 0.77% | - |
| HSV(B) | 122.22º | 0.34% | 0.93% | - |
| XYZ | 50.82 | 70.86 | 44.26 | - |
| YUV | 204.89 | 102.66 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 160 | 0.34 | 0 | 0.33 | 0.07 | 122.22 | 0.7 | 0.77 |
| Hex | 9D | EE | A0 | 22 | 0 | 21 | 7 | 7A | 46 | 4D |
| Octal | 235 | 356 | 240 | 42 | 0 | 41 | 7 | 172 | 106 | 115 |
| Binary | 10011101 | 11101110 | 10100000 | 100010 | 0 | 100001 | 111 | 1111010 | 1000110 | 1001101 |
Color Harmonies of #9DEEA0
Complementary color
Monochromatic Colors of #9DEEA0
Black with #9DEEA0
Text Example
Text Example
White with #9DEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEEA0; }
p { color: rgb(157,238,160); }
H1.HeaderClassName
{
color: #9DEEA0;
}
.AnyTagClassName
{
color: #9DEEA0;
}
</style>
background-color css
<style>
a { background-color: #9DEEA0; }
a { background-color: rgb(157,238,160); }
div.DivClassName
{
background-color: #9DEEA0;
}
.BgClassName
{
background-color: #9DEEA0;
}
</style>
border-color css
<style>
span { border-color: #9DEEA0; }
span { border-color: rgb(157,238,160); }
td.TdClassName
{
border-color: #9DEEA0;
}
.TagClassName
{
border-color: #9DEEA0;
}
</style>