Shades of Pale Green #99EDA0
Tints of Pale Green #99EDA0
RGB
CMYK
RGB Variations
Color information
#99EDA0 (or 0x99EDA0) is known color: Pale Green. HEX triplet: 99, ED and A0. RGB value is (153,237,160). Sum of RGB (Red+Green+Blue) = 153+237+160=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EDA0 is #66125F. Grayscale: #CBCBCB. Windows color (decimal): -6689376 or 10546585. OLE color: 10546585.
HSL color Cylindrical-coordinate representation of color #99EDA0: hue angle of 125º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EDA0 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 237 | 160 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.07 |
| HSL | 125º | 0.7% | 0.76% | - |
| HSV(B) | 125º | 0.35% | 0.93% | - |
| XYZ | 49.77 | 69.88 | 44.12 | - |
| YUV | 203.11 | 103.67 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 237 | 160 | 0.35 | 0 | 0.32 | 0.07 | 125 | 0.7 | 0.76 |
| Hex | 99 | ED | A0 | 23 | 0 | 20 | 7 | 7D | 46 | 4C |
| Octal | 231 | 355 | 240 | 43 | 0 | 40 | 7 | 175 | 106 | 114 |
| Binary | 10011001 | 11101101 | 10100000 | 100011 | 0 | 100000 | 111 | 1111101 | 1000110 | 1001100 |
Color Harmonies of #99EDA0
Complementary color
Monochromatic Colors of #99EDA0
Black with #99EDA0
Text Example
Text Example
White with #99EDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EDA0; }
p { color: rgb(153,237,160); }
H1.HeaderClassName
{
color: #99EDA0;
}
.AnyTagClassName
{
color: #99EDA0;
}
</style>
background-color css
<style>
a { background-color: #99EDA0; }
a { background-color: rgb(153,237,160); }
div.DivClassName
{
background-color: #99EDA0;
}
.BgClassName
{
background-color: #99EDA0;
}
</style>
border-color css
<style>
span { border-color: #99EDA0; }
span { border-color: rgb(153,237,160); }
td.TdClassName
{
border-color: #99EDA0;
}
.TagClassName
{
border-color: #99EDA0;
}
</style>