Shades of Light Green #9BFF7A
Tints of Light Green #9BFF7A
RGB
CMYK
RGB Variations
Color information
#9BFF7A (or 0x9BFF7A) is known color: Light Green. HEX triplet: 9B, FF and 7A. RGB value is (155,255,122). Sum of RGB (Red+Green+Blue) = 155+255+122=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFF7A is #640085. Grayscale: #D2D2D2. Windows color (decimal): -6553734 or 8060827. OLE color: 8060827.
HSL color Cylindrical-coordinate representation of color #9BFF7A: hue angle of 105.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BFF7A is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 122 | - |
| CMYK | 0.39 | 0 | 0.52 | 0 |
| HSL | 105.11º | 1% | 0.74% | - |
| HSV(B) | 105.11º | 0.52% | 1% | - |
| XYZ | 52.79 | 79.89 | 31.05 | - |
| YUV | 209.94 | 78.37 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 122 | 0.39 | 0 | 0.52 | 0 | 105.11 | 1 | 0.74 |
| Hex | 9B | FF | 7A | 27 | 0 | 34 | 0 | 69 | 64 | 4A |
| Octal | 233 | 377 | 172 | 47 | 0 | 64 | 0 | 151 | 144 | 112 |
| Binary | 10011011 | 11111111 | 1111010 | 100111 | 0 | 110100 | 0 | 1101001 | 1100100 | 1001010 |
Color Harmonies of #9BFF7A
Complementary color
Monochromatic Colors of #9BFF7A
Black with #9BFF7A
Text Example
Text Example
White with #9BFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF7A; }
p { color: rgb(155,255,122); }
H1.HeaderClassName
{
color: #9BFF7A;
}
.AnyTagClassName
{
color: #9BFF7A;
}
</style>
background-color css
<style>
a { background-color: #9BFF7A; }
a { background-color: rgb(155,255,122); }
div.DivClassName
{
background-color: #9BFF7A;
}
.BgClassName
{
background-color: #9BFF7A;
}
</style>
border-color css
<style>
span { border-color: #9BFF7A; }
span { border-color: rgb(155,255,122); }
td.TdClassName
{
border-color: #9BFF7A;
}
.TagClassName
{
border-color: #9BFF7A;
}
</style>