Shades of Light Green #9BE6A0
Tints of Light Green #9BE6A0
RGB
CMYK
RGB Variations
Color information
#9BE6A0 (or 0x9BE6A0) is known color: Light Green. HEX triplet: 9B, E6 and A0. RGB value is (155,230,160). Sum of RGB (Red+Green+Blue) = 155+230+160=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BE6A0 is #64195F. Grayscale: #C7C7C7. Windows color (decimal): -6560096 or 10544795. OLE color: 10544795.
HSL color Cylindrical-coordinate representation of color #9BE6A0: hue angle of 124º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE6A0 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 230 | 160 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.10 |
| HSL | 124º | 0.6% | 0.75% | - |
| HSV(B) | 124º | 0.33% | 0.9% | - |
| XYZ | 48.16 | 66.1 | 43.48 | - |
| YUV | 199.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 230 | 160 | 0.33 | 0 | 0.30 | 0.10 | 124 | 0.6 | 0.75 |
| Hex | 9B | E6 | A0 | 21 | 0 | 1E | A | 7C | 3C | 4B |
| Octal | 233 | 346 | 240 | 41 | 0 | 36 | 12 | 174 | 74 | 113 |
| Binary | 10011011 | 11100110 | 10100000 | 100001 | 0 | 11110 | 1010 | 1111100 | 111100 | 1001011 |
Color Harmonies of #9BE6A0
Complementary color
Monochromatic Colors of #9BE6A0
Black with #9BE6A0
Text Example
Text Example
White with #9BE6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE6A0; }
p { color: rgb(155,230,160); }
H1.HeaderClassName
{
color: #9BE6A0;
}
.AnyTagClassName
{
color: #9BE6A0;
}
</style>
background-color css
<style>
a { background-color: #9BE6A0; }
a { background-color: rgb(155,230,160); }
div.DivClassName
{
background-color: #9BE6A0;
}
.BgClassName
{
background-color: #9BE6A0;
}
</style>
border-color css
<style>
span { border-color: #9BE6A0; }
span { border-color: rgb(155,230,160); }
td.TdClassName
{
border-color: #9BE6A0;
}
.TagClassName
{
border-color: #9BE6A0;
}
</style>