Shades of Pale Green #9BEDA1
Tints of Pale Green #9BEDA1
RGB
CMYK
RGB Variations
Color information
#9BEDA1 (or 0x9BEDA1) is known color: Pale Green. HEX triplet: 9B, ED and A1. RGB value is (155,237,161). Sum of RGB (Red+Green+Blue) = 155+237+161=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEDA1 is #64125E. Grayscale: #CCCCCC. Windows color (decimal): -6558303 or 10612123. OLE color: 10612123.
HSL color Cylindrical-coordinate representation of color #9BEDA1: hue angle of 124.39º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEDA1 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 161 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.07 |
| HSL | 124.39º | 0.69% | 0.77% | - |
| HSV(B) | 124.39º | 0.35% | 0.93% | - |
| XYZ | 50.23 | 70.11 | 44.6 | - |
| YUV | 203.82 | 103.83 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 161 | 0.35 | 0 | 0.32 | 0.07 | 124.39 | 0.69 | 0.77 |
| Hex | 9B | ED | A1 | 23 | 0 | 20 | 7 | 7C | 45 | 4D |
| Octal | 233 | 355 | 241 | 43 | 0 | 40 | 7 | 174 | 105 | 115 |
| Binary | 10011011 | 11101101 | 10100001 | 100011 | 0 | 100000 | 111 | 1111100 | 1000101 | 1001101 |
Color Harmonies of #9BEDA1
Complementary color
Monochromatic Colors of #9BEDA1
Black with #9BEDA1
Text Example
Text Example
White with #9BEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDA1; }
p { color: rgb(155,237,161); }
H1.HeaderClassName
{
color: #9BEDA1;
}
.AnyTagClassName
{
color: #9BEDA1;
}
</style>
background-color css
<style>
a { background-color: #9BEDA1; }
a { background-color: rgb(155,237,161); }
div.DivClassName
{
background-color: #9BEDA1;
}
.BgClassName
{
background-color: #9BEDA1;
}
</style>
border-color css
<style>
span { border-color: #9BEDA1; }
span { border-color: rgb(155,237,161); }
td.TdClassName
{
border-color: #9BEDA1;
}
.TagClassName
{
border-color: #9BEDA1;
}
</style>