Shades of Light Green #9BFE72
Tints of Light Green #9BFE72
RGB
CMYK
RGB Variations
Color information
#9BFE72 (or 0x9BFE72) is known color: Light Green. HEX triplet: 9B, FE and 72. RGB value is (155,254,114). Sum of RGB (Red+Green+Blue) = 155+254+114=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFE72 is #64018D. Grayscale: #D0D0D0. Windows color (decimal): -6553998 or 7536283. OLE color: 7536283.
HSL color Cylindrical-coordinate representation of color #9BFE72: hue angle of 102.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BFE72 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 114 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.00 |
| HSL | 102.43º | 0.99% | 0.72% | - |
| HSV(B) | 102.43º | 0.55% | 1% | - |
| XYZ | 52 | 79.07 | 28.44 | - |
| YUV | 208.44 | 74.7 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 114 | 0.39 | 0 | 0.55 | 0.00 | 102.43 | 0.99 | 0.72 |
| Hex | 9B | FE | 72 | 27 | 0 | 37 | 0 | 66 | 63 | 48 |
| Octal | 233 | 376 | 162 | 47 | 0 | 67 | 0 | 146 | 143 | 110 |
| Binary | 10011011 | 11111110 | 1110010 | 100111 | 0 | 110111 | 0 | 1100110 | 1100011 | 1001000 |
Color Harmonies of #9BFE72
Complementary color
Monochromatic Colors of #9BFE72
Black with #9BFE72
Text Example
Text Example
White with #9BFE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFE72; }
p { color: rgb(155,254,114); }
H1.HeaderClassName
{
color: #9BFE72;
}
.AnyTagClassName
{
color: #9BFE72;
}
</style>
background-color css
<style>
a { background-color: #9BFE72; }
a { background-color: rgb(155,254,114); }
div.DivClassName
{
background-color: #9BFE72;
}
.BgClassName
{
background-color: #9BFE72;
}
</style>
border-color css
<style>
span { border-color: #9BFE72; }
span { border-color: rgb(155,254,114); }
td.TdClassName
{
border-color: #9BFE72;
}
.TagClassName
{
border-color: #9BFE72;
}
</style>