Shades of Citrus #9BC30E
Tints of Citrus #9BC30E
RGB
CMYK
RGB Variations
Color information
#9BC30E (or 0x9BC30E) is known color: Citrus. HEX triplet: 9B, C3 and 0E. RGB value is (155,195,14). Sum of RGB (Red+Green+Blue) = 155+195+14=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC30E is #643CF1. Grayscale: #A3A3A3. Windows color (decimal): -6569202 or 967579. OLE color: 967579.
HSL color Cylindrical-coordinate representation of color #9BC30E: hue angle of 73.26º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BC30E is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 14 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.24 |
| HSL | 73.26º | 0.87% | 0.41% | - |
| HSV(B) | 73.26º | 0.93% | 0.76% | - |
| XYZ | 33.11 | 46.03 | 7.56 | - |
| YUV | 162.41 | 44.25 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 14 | 0.21 | 0 | 0.93 | 0.24 | 73.26 | 0.87 | 0.41 |
| Hex | 9B | C3 | E | 15 | 0 | 5D | 18 | 49 | 57 | 29 |
| Octal | 233 | 303 | 16 | 25 | 0 | 135 | 30 | 111 | 127 | 51 |
| Binary | 10011011 | 11000011 | 1110 | 10101 | 0 | 1011101 | 11000 | 1001001 | 1010111 | 101001 |
Color Harmonies of #9BC30E
Complementary color
Monochromatic Colors of #9BC30E
Black with #9BC30E
Text Example
Text Example
White with #9BC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC30E; }
p { color: rgb(155,195,14); }
H1.HeaderClassName
{
color: #9BC30E;
}
.AnyTagClassName
{
color: #9BC30E;
}
</style>
background-color css
<style>
a { background-color: #9BC30E; }
a { background-color: rgb(155,195,14); }
div.DivClassName
{
background-color: #9BC30E;
}
.BgClassName
{
background-color: #9BC30E;
}
</style>
border-color css
<style>
span { border-color: #9BC30E; }
span { border-color: rgb(155,195,14); }
td.TdClassName
{
border-color: #9BC30E;
}
.TagClassName
{
border-color: #9BC30E;
}
</style>