Shades of Light Green #9BEF8F
Tints of Light Green #9BEF8F
RGB
CMYK
RGB Variations
Color information
#9BEF8F (or 0x9BEF8F) is known color: Light Green. HEX triplet: 9B, EF and 8F. RGB value is (155,239,143). Sum of RGB (Red+Green+Blue) = 155+239+143=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEF8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEF8F is #641070. Grayscale: #CBCBCB. Windows color (decimal): -6557809 or 9432987. OLE color: 9432987.
HSL color Cylindrical-coordinate representation of color #9BEF8F: hue angle of 112.5º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BEF8F is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 143 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.06 |
| HSL | 112.5º | 0.75% | 0.75% | - |
| HSV(B) | 112.5º | 0.4% | 0.94% | - |
| XYZ | 49.34 | 70.68 | 37.03 | - |
| YUV | 202.94 | 94.17 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 143 | 0.35 | 0 | 0.40 | 0.06 | 112.5 | 0.75 | 0.75 |
| Hex | 9B | EF | 8F | 23 | 0 | 28 | 6 | 70 | 4B | 4B |
| Octal | 233 | 357 | 217 | 43 | 0 | 50 | 6 | 160 | 113 | 113 |
| Binary | 10011011 | 11101111 | 10001111 | 100011 | 0 | 101000 | 110 | 1110000 | 1001011 | 1001011 |
Color Harmonies of #9BEF8F
Complementary color
Monochromatic Colors of #9BEF8F
Black with #9BEF8F
Text Example
Text Example
White with #9BEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEF8F; }
p { color: rgb(155,239,143); }
H1.HeaderClassName
{
color: #9BEF8F;
}
.AnyTagClassName
{
color: #9BEF8F;
}
</style>
background-color css
<style>
a { background-color: #9BEF8F; }
a { background-color: rgb(155,239,143); }
div.DivClassName
{
background-color: #9BEF8F;
}
.BgClassName
{
background-color: #9BEF8F;
}
</style>
border-color css
<style>
span { border-color: #9BEF8F; }
span { border-color: rgb(155,239,143); }
td.TdClassName
{
border-color: #9BEF8F;
}
.TagClassName
{
border-color: #9BEF8F;
}
</style>