Shades of Light Green #9BF482
Tints of Light Green #9BF482
RGB
CMYK
RGB Variations
Color information
#9BF482 (or 0x9BF482) is known color: Light Green. HEX triplet: 9B, F4 and 82. RGB value is (155,244,130). Sum of RGB (Red+Green+Blue) = 155+244+130=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF482 is #640B7D. Grayscale: #CCCCCC. Windows color (decimal): -6556542 or 8582299. OLE color: 8582299.
HSL color Cylindrical-coordinate representation of color #9BF482: hue angle of 106.84º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BF482 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 244 | 130 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.04 |
| HSL | 106.84º | 0.84% | 0.73% | - |
| HSV(B) | 106.84º | 0.47% | 0.96% | - |
| XYZ | 49.9 | 73.28 | 32.63 | - |
| YUV | 204.39 | 86.01 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 244 | 130 | 0.36 | 0 | 0.47 | 0.04 | 106.84 | 0.84 | 0.73 |
| Hex | 9B | F4 | 82 | 24 | 0 | 2F | 4 | 6B | 54 | 49 |
| Octal | 233 | 364 | 202 | 44 | 0 | 57 | 4 | 153 | 124 | 111 |
| Binary | 10011011 | 11110100 | 10000010 | 100100 | 0 | 101111 | 100 | 1101011 | 1010100 | 1001001 |
Color Harmonies of #9BF482
Complementary color
Monochromatic Colors of #9BF482
Black with #9BF482
Text Example
Text Example
White with #9BF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF482; }
p { color: rgb(155,244,130); }
H1.HeaderClassName
{
color: #9BF482;
}
.AnyTagClassName
{
color: #9BF482;
}
</style>
background-color css
<style>
a { background-color: #9BF482; }
a { background-color: rgb(155,244,130); }
div.DivClassName
{
background-color: #9BF482;
}
.BgClassName
{
background-color: #9BF482;
}
</style>
border-color css
<style>
span { border-color: #9BF482; }
span { border-color: rgb(155,244,130); }
td.TdClassName
{
border-color: #9BF482;
}
.TagClassName
{
border-color: #9BF482;
}
</style>