Shades of Citrus #9BC400
Tints of Citrus #9BC400
RGB
CMYK
RGB Variations
Color information
#9BC400 (or 0x9BC400) is known color: Citrus. HEX triplet: 9B, C4 and 00. RGB value is (155,196,0). Sum of RGB (Red+Green+Blue) = 155+196+0=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC400 is #643BFF. Grayscale: #A2A2A2. Windows color (decimal): -6568960 or 50331. OLE color: 50331.
HSL color Cylindrical-coordinate representation of color #9BC400: hue angle of 72.55º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BC400 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 196 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.23 |
| HSL | 72.55º | 1% | 0.38% | - |
| HSV(B) | 72.55º | 1% | 0.77% | - |
| XYZ | 33.26 | 46.45 | 7.21 | - |
| YUV | 161.4 | 36.92 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 196 | 0 | 0.21 | 0 | 1 | 0.23 | 72.55 | 1 | 0.38 |
| Hex | 9B | C4 | 0 | 15 | 0 | 64 | 17 | 49 | 64 | 26 |
| Octal | 233 | 304 | 0 | 25 | 0 | 144 | 27 | 111 | 144 | 46 |
| Binary | 10011011 | 11000100 | 0 | 10101 | 0 | 1100100 | 10111 | 1001001 | 1100100 | 100110 |
Color Harmonies of #9BC400
Complementary color
Monochromatic Colors of #9BC400
Black with #9BC400
Text Example
Text Example
White with #9BC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC400; }
p { color: rgb(155,196,0); }
H1.HeaderClassName
{
color: #9BC400;
}
.AnyTagClassName
{
color: #9BC400;
}
</style>
background-color css
<style>
a { background-color: #9BC400; }
a { background-color: rgb(155,196,0); }
div.DivClassName
{
background-color: #9BC400;
}
.BgClassName
{
background-color: #9BC400;
}
</style>
border-color css
<style>
span { border-color: #9BC400; }
span { border-color: rgb(155,196,0); }
td.TdClassName
{
border-color: #9BC400;
}
.TagClassName
{
border-color: #9BC400;
}
</style>