Shades of Light Green #9BFE70
Tints of Light Green #9BFE70
RGB
CMYK
RGB Variations
Color information
#9BFE70 (or 0x9BFE70) is known color: Light Green. HEX triplet: 9B, FE and 70. RGB value is (155,254,112). Sum of RGB (Red+Green+Blue) = 155+254+112=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFE70 is #64018F. Grayscale: #D0D0D0. Windows color (decimal): -6554000 or 7405211. OLE color: 7405211.
HSL color Cylindrical-coordinate representation of color #9BFE70: hue angle of 101.83º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BFE70 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 112 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.00 |
| HSL | 101.83º | 0.99% | 0.72% | - |
| HSV(B) | 101.83º | 0.56% | 1% | - |
| XYZ | 51.88 | 79.02 | 27.85 | - |
| YUV | 208.21 | 73.7 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 112 | 0.39 | 0 | 0.56 | 0.00 | 101.83 | 0.99 | 0.72 |
| Hex | 9B | FE | 70 | 27 | 0 | 38 | 0 | 66 | 63 | 48 |
| Octal | 233 | 376 | 160 | 47 | 0 | 70 | 0 | 146 | 143 | 110 |
| Binary | 10011011 | 11111110 | 1110000 | 100111 | 0 | 111000 | 0 | 1100110 | 1100011 | 1001000 |
Color Harmonies of #9BFE70
Complementary color
Monochromatic Colors of #9BFE70
Black with #9BFE70
Text Example
Text Example
White with #9BFE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFE70; }
p { color: rgb(155,254,112); }
H1.HeaderClassName
{
color: #9BFE70;
}
.AnyTagClassName
{
color: #9BFE70;
}
</style>
background-color css
<style>
a { background-color: #9BFE70; }
a { background-color: rgb(155,254,112); }
div.DivClassName
{
background-color: #9BFE70;
}
.BgClassName
{
background-color: #9BFE70;
}
</style>
border-color css
<style>
span { border-color: #9BFE70; }
span { border-color: rgb(155,254,112); }
td.TdClassName
{
border-color: #9BFE70;
}
.TagClassName
{
border-color: #9BFE70;
}
</style>