Shades of Light Green #9BF38F
Tints of Light Green #9BF38F
RGB
CMYK
RGB Variations
Color information
#9BF38F (or 0x9BF38F) is known color: Light Green. HEX triplet: 9B, F3 and 8F. RGB value is (155,243,143). Sum of RGB (Red+Green+Blue) = 155+243+143=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 143 (56.25% from 255 or 26.43% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF38F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF38F is #640C70. Grayscale: #CDCDCD. Windows color (decimal): -6556785 or 9434011. OLE color: 9434011.
HSL color Cylindrical-coordinate representation of color #9BF38F: hue angle of 112.8º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BF38F is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 243 | 143 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.05 |
| HSL | 112.8º | 0.81% | 0.76% | - |
| HSV(B) | 112.8º | 0.41% | 0.95% | - |
| XYZ | 50.53 | 73.05 | 37.42 | - |
| YUV | 205.29 | 92.85 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 243 | 143 | 0.36 | 0 | 0.41 | 0.05 | 112.8 | 0.81 | 0.76 |
| Hex | 9B | F3 | 8F | 24 | 0 | 29 | 5 | 71 | 51 | 4C |
| Octal | 233 | 363 | 217 | 44 | 0 | 51 | 5 | 161 | 121 | 114 |
| Binary | 10011011 | 11110011 | 10001111 | 100100 | 0 | 101001 | 101 | 1110001 | 1010001 | 1001100 |
Color Harmonies of #9BF38F
Complementary color
Monochromatic Colors of #9BF38F
Black with #9BF38F
Text Example
Text Example
White with #9BF38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF38F; }
p { color: rgb(155,243,143); }
H1.HeaderClassName
{
color: #9BF38F;
}
.AnyTagClassName
{
color: #9BF38F;
}
</style>
background-color css
<style>
a { background-color: #9BF38F; }
a { background-color: rgb(155,243,143); }
div.DivClassName
{
background-color: #9BF38F;
}
.BgClassName
{
background-color: #9BF38F;
}
</style>
border-color css
<style>
span { border-color: #9BF38F; }
span { border-color: rgb(155,243,143); }
td.TdClassName
{
border-color: #9BF38F;
}
.TagClassName
{
border-color: #9BF38F;
}
</style>