Shades of Pale Green #9DEBA2
Tints of Pale Green #9DEBA2
RGB
CMYK
RGB Variations
Color information
#9DEBA2 (or 0x9DEBA2) is known color: Pale Green. HEX triplet: 9D, EB and A2. RGB value is (157,235,162). Sum of RGB (Red+Green+Blue) = 157+235+162=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEBA2 is #62145D. Grayscale: #CBCBCB. Windows color (decimal): -6427742 or 10677149. OLE color: 10677149.
HSL color Cylindrical-coordinate representation of color #9DEBA2: hue angle of 123.85º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBA2 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 162 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.08 |
| HSL | 123.85º | 0.66% | 0.77% | - |
| HSV(B) | 123.85º | 0.33% | 0.92% | - |
| XYZ | 50.13 | 69.19 | 44.9 | - |
| YUV | 203.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 162 | 0.33 | 0 | 0.31 | 0.08 | 123.85 | 0.66 | 0.77 |
| Hex | 9D | EB | A2 | 21 | 0 | 1F | 8 | 7C | 42 | 4D |
| Octal | 235 | 353 | 242 | 41 | 0 | 37 | 10 | 174 | 102 | 115 |
| Binary | 10011101 | 11101011 | 10100010 | 100001 | 0 | 11111 | 1000 | 1111100 | 1000010 | 1001101 |
Color Harmonies of #9DEBA2
Complementary color
Monochromatic Colors of #9DEBA2
Black with #9DEBA2
Text Example
Text Example
White with #9DEBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBA2; }
p { color: rgb(157,235,162); }
H1.HeaderClassName
{
color: #9DEBA2;
}
.AnyTagClassName
{
color: #9DEBA2;
}
</style>
background-color css
<style>
a { background-color: #9DEBA2; }
a { background-color: rgb(157,235,162); }
div.DivClassName
{
background-color: #9DEBA2;
}
.BgClassName
{
background-color: #9DEBA2;
}
</style>
border-color css
<style>
span { border-color: #9DEBA2; }
span { border-color: rgb(157,235,162); }
td.TdClassName
{
border-color: #9DEBA2;
}
.TagClassName
{
border-color: #9DEBA2;
}
</style>