Shades of Light Green #9BFF6E
Tints of Light Green #9BFF6E
RGB
CMYK
RGB Variations
Color information
#9BFF6E (or 0x9BFF6E) is known color: Light Green. HEX triplet: 9B, FF and 6E. RGB value is (155,255,110). Sum of RGB (Red+Green+Blue) = 155+255+110=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFF6E is #640091. Grayscale: #D1D1D1. Windows color (decimal): -6553746 or 7274395. OLE color: 7274395.
HSL color Cylindrical-coordinate representation of color #9BFF6E: hue angle of 101.38º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BFF6E is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 110 | - |
| CMYK | 0.39 | 0 | 0.57 | 0 |
| HSL | 101.38º | 1% | 0.72% | - |
| HSV(B) | 101.38º | 0.57% | 1% | - |
| XYZ | 52.09 | 79.61 | 27.37 | - |
| YUV | 208.57 | 72.37 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 110 | 0.39 | 0 | 0.57 | 0 | 101.38 | 1 | 0.72 |
| Hex | 9B | FF | 6E | 27 | 0 | 39 | 0 | 65 | 64 | 48 |
| Octal | 233 | 377 | 156 | 47 | 0 | 71 | 0 | 145 | 144 | 110 |
| Binary | 10011011 | 11111111 | 1101110 | 100111 | 0 | 111001 | 0 | 1100101 | 1100100 | 1001000 |
Color Harmonies of #9BFF6E
Complementary color
Monochromatic Colors of #9BFF6E
Black with #9BFF6E
Text Example
Text Example
White with #9BFF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF6E; }
p { color: rgb(155,255,110); }
H1.HeaderClassName
{
color: #9BFF6E;
}
.AnyTagClassName
{
color: #9BFF6E;
}
</style>
background-color css
<style>
a { background-color: #9BFF6E; }
a { background-color: rgb(155,255,110); }
div.DivClassName
{
background-color: #9BFF6E;
}
.BgClassName
{
background-color: #9BFF6E;
}
</style>
border-color css
<style>
span { border-color: #9BFF6E; }
span { border-color: rgb(155,255,110); }
td.TdClassName
{
border-color: #9BFF6E;
}
.TagClassName
{
border-color: #9BFF6E;
}
</style>