Shades of Light Green #9BEF92
Tints of Light Green #9BEF92
RGB
CMYK
RGB Variations
Color information
#9BEF92 (or 0x9BEF92) is known color: Light Green. HEX triplet: 9B, EF and 92. RGB value is (155,239,146). Sum of RGB (Red+Green+Blue) = 155+239+146=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEF92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEF92 is #64106D. Grayscale: #CBCBCB. Windows color (decimal): -6557806 or 9629595. OLE color: 9629595.
HSL color Cylindrical-coordinate representation of color #9BEF92: hue angle of 114.19º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BEF92 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 146 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.06 |
| HSL | 114.19º | 0.74% | 0.75% | - |
| HSV(B) | 114.19º | 0.39% | 0.94% | - |
| XYZ | 49.57 | 70.78 | 38.24 | - |
| YUV | 203.28 | 95.67 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 146 | 0.35 | 0 | 0.39 | 0.06 | 114.19 | 0.74 | 0.75 |
| Hex | 9B | EF | 92 | 23 | 0 | 27 | 6 | 72 | 4A | 4B |
| Octal | 233 | 357 | 222 | 43 | 0 | 47 | 6 | 162 | 112 | 113 |
| Binary | 10011011 | 11101111 | 10010010 | 100011 | 0 | 100111 | 110 | 1110010 | 1001010 | 1001011 |
Color Harmonies of #9BEF92
Complementary color
Monochromatic Colors of #9BEF92
Black with #9BEF92
Text Example
Text Example
White with #9BEF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEF92; }
p { color: rgb(155,239,146); }
H1.HeaderClassName
{
color: #9BEF92;
}
.AnyTagClassName
{
color: #9BEF92;
}
</style>
background-color css
<style>
a { background-color: #9BEF92; }
a { background-color: rgb(155,239,146); }
div.DivClassName
{
background-color: #9BEF92;
}
.BgClassName
{
background-color: #9BEF92;
}
</style>
border-color css
<style>
span { border-color: #9BEF92; }
span { border-color: rgb(155,239,146); }
td.TdClassName
{
border-color: #9BEF92;
}
.TagClassName
{
border-color: #9BEF92;
}
</style>