Shades of Light Green #9BEA9B
Tints of Light Green #9BEA9B
RGB
CMYK
RGB Variations
Color information
#9BEA9B (or 0x9BEA9B) is known color: Light Green. HEX triplet: 9B, EA and 9B. RGB value is (155,234,155). Sum of RGB (Red+Green+Blue) = 155+234+155=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEA9B is #641564. Grayscale: #C9C9C9. Windows color (decimal): -6559077 or 10218139. OLE color: 10218139.
HSL color Cylindrical-coordinate representation of color #9BEA9B: hue angle of 120º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEA9B is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 155 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.08 |
| HSL | 120º | 0.65% | 0.76% | - |
| HSV(B) | 120º | 0.34% | 0.92% | - |
| XYZ | 48.86 | 68.18 | 41.6 | - |
| YUV | 201.37 | 101.83 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 155 | 0.34 | 0 | 0.34 | 0.08 | 120 | 0.65 | 0.76 |
| Hex | 9B | EA | 9B | 22 | 0 | 22 | 8 | 78 | 41 | 4C |
| Octal | 233 | 352 | 233 | 42 | 0 | 42 | 10 | 170 | 101 | 114 |
| Binary | 10011011 | 11101010 | 10011011 | 100010 | 0 | 100010 | 1000 | 1111000 | 1000001 | 1001100 |
Color Harmonies of #9BEA9B
Complementary color
Monochromatic Colors of #9BEA9B
Black with #9BEA9B
Text Example
Text Example
White with #9BEA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEA9B; }
p { color: rgb(155,234,155); }
H1.HeaderClassName
{
color: #9BEA9B;
}
.AnyTagClassName
{
color: #9BEA9B;
}
</style>
background-color css
<style>
a { background-color: #9BEA9B; }
a { background-color: rgb(155,234,155); }
div.DivClassName
{
background-color: #9BEA9B;
}
.BgClassName
{
background-color: #9BEA9B;
}
</style>
border-color css
<style>
span { border-color: #9BEA9B; }
span { border-color: rgb(155,234,155); }
td.TdClassName
{
border-color: #9BEA9B;
}
.TagClassName
{
border-color: #9BEA9B;
}
</style>