Shades of Green Yellow #9BF020
Tints of Green Yellow #9BF020
RGB
CMYK
RGB Variations
Color information
#9BF020 (or 0x9BF020) is known color: Green Yellow. HEX triplet: 9B, F0 and 20. RGB value is (155,240,32). Sum of RGB (Red+Green+Blue) = 155+240+32=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 240 (94.14% from 255 or 56.21% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BF020 is #640FDF. Grayscale: #BFBFBF. Windows color (decimal): -6557664 or 2158747. OLE color: 2158747.
HSL color Cylindrical-coordinate representation of color #9BF020: hue angle of 84.52º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BF020 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 240 | 32 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.06 |
| HSL | 84.52º | 0.87% | 0.53% | - |
| HSV(B) | 84.52º | 0.87% | 0.94% | - |
| XYZ | 44.94 | 69.39 | 12.39 | - |
| YUV | 190.87 | 38.34 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 240 | 32 | 0.35 | 0 | 0.87 | 0.06 | 84.52 | 0.87 | 0.53 |
| Hex | 9B | F0 | 20 | 23 | 0 | 57 | 6 | 55 | 57 | 35 |
| Octal | 233 | 360 | 40 | 43 | 0 | 127 | 6 | 125 | 127 | 65 |
| Binary | 10011011 | 11110000 | 100000 | 100011 | 0 | 1010111 | 110 | 1010101 | 1010111 | 110101 |
Color Harmonies of #9BF020
Complementary color
Monochromatic Colors of #9BF020
Black with #9BF020
Text Example
Text Example
White with #9BF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF020; }
p { color: rgb(155,240,32); }
H1.HeaderClassName
{
color: #9BF020;
}
.AnyTagClassName
{
color: #9BF020;
}
</style>
background-color css
<style>
a { background-color: #9BF020; }
a { background-color: rgb(155,240,32); }
div.DivClassName
{
background-color: #9BF020;
}
.BgClassName
{
background-color: #9BF020;
}
</style>
border-color css
<style>
span { border-color: #9BF020; }
span { border-color: rgb(155,240,32); }
td.TdClassName
{
border-color: #9BF020;
}
.TagClassName
{
border-color: #9BF020;
}
</style>