Shades of Pale Green #99EDA2
Tints of Pale Green #99EDA2
RGB
CMYK
RGB Variations
Color information
#99EDA2 (or 0x99EDA2) is known color: Pale Green. HEX triplet: 99, ED and A2. RGB value is (153,237,162). Sum of RGB (Red+Green+Blue) = 153+237+162=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EDA2 is #66125D. Grayscale: #CBCBCB. Windows color (decimal): -6689374 or 10677657. OLE color: 10677657.
HSL color Cylindrical-coordinate representation of color #99EDA2: hue angle of 126.43º 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 #99EDA2 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 237 | 162 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.07 |
| HSL | 126.43º | 0.7% | 0.76% | - |
| HSV(B) | 126.43º | 0.35% | 0.93% | - |
| XYZ | 49.94 | 69.95 | 45.05 | - |
| YUV | 203.33 | 104.67 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 237 | 162 | 0.35 | 0 | 0.32 | 0.07 | 126.43 | 0.7 | 0.76 |
| Hex | 99 | ED | A2 | 23 | 0 | 20 | 7 | 7E | 46 | 4C |
| Octal | 231 | 355 | 242 | 43 | 0 | 40 | 7 | 176 | 106 | 114 |
| Binary | 10011001 | 11101101 | 10100010 | 100011 | 0 | 100000 | 111 | 1111110 | 1000110 | 1001100 |
Color Harmonies of #99EDA2
Complementary color
Monochromatic Colors of #99EDA2
Black with #99EDA2
Text Example
Text Example
White with #99EDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EDA2; }
p { color: rgb(153,237,162); }
H1.HeaderClassName
{
color: #99EDA2;
}
.AnyTagClassName
{
color: #99EDA2;
}
</style>
background-color css
<style>
a { background-color: #99EDA2; }
a { background-color: rgb(153,237,162); }
div.DivClassName
{
background-color: #99EDA2;
}
.BgClassName
{
background-color: #99EDA2;
}
</style>
border-color css
<style>
span { border-color: #99EDA2; }
span { border-color: rgb(153,237,162); }
td.TdClassName
{
border-color: #99EDA2;
}
.TagClassName
{
border-color: #99EDA2;
}
</style>