Shades of Light Green #9BF28B
Tints of Light Green #9BF28B
RGB
CMYK
RGB Variations
Color information
#9BF28B (or 0x9BF28B) is known color: Light Green. HEX triplet: 9B, F2 and 8B. RGB value is (155,242,139). Sum of RGB (Red+Green+Blue) = 155+242+139=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF28B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF28B is #640D74. Grayscale: #CCCCCC. Windows color (decimal): -6557045 or 9171611. OLE color: 9171611.
HSL color Cylindrical-coordinate representation of color #9BF28B: hue angle of 110.68º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BF28B is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 242 | 139 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.05 |
| HSL | 110.68º | 0.8% | 0.75% | - |
| HSV(B) | 110.68º | 0.43% | 0.95% | - |
| XYZ | 49.93 | 72.34 | 35.76 | - |
| YUV | 204.25 | 91.18 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 242 | 139 | 0.36 | 0 | 0.43 | 0.05 | 110.68 | 0.8 | 0.75 |
| Hex | 9B | F2 | 8B | 24 | 0 | 2B | 5 | 6F | 50 | 4B |
| Octal | 233 | 362 | 213 | 44 | 0 | 53 | 5 | 157 | 120 | 113 |
| Binary | 10011011 | 11110010 | 10001011 | 100100 | 0 | 101011 | 101 | 1101111 | 1010000 | 1001011 |
Color Harmonies of #9BF28B
Complementary color
Monochromatic Colors of #9BF28B
Black with #9BF28B
Text Example
Text Example
White with #9BF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF28B; }
p { color: rgb(155,242,139); }
H1.HeaderClassName
{
color: #9BF28B;
}
.AnyTagClassName
{
color: #9BF28B;
}
</style>
background-color css
<style>
a { background-color: #9BF28B; }
a { background-color: rgb(155,242,139); }
div.DivClassName
{
background-color: #9BF28B;
}
.BgClassName
{
background-color: #9BF28B;
}
</style>
border-color css
<style>
span { border-color: #9BF28B; }
span { border-color: rgb(155,242,139); }
td.TdClassName
{
border-color: #9BF28B;
}
.TagClassName
{
border-color: #9BF28B;
}
</style>