Shades of Citrus #9BC900
Tints of Citrus #9BC900
RGB
CMYK
RGB Variations
Color information
#9BC900 (or 0x9BC900) is known color: Citrus. HEX triplet: 9B, C9 and 00. RGB value is (155,201,0). Sum of RGB (Red+Green+Blue) = 155+201+0=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 201 (78.91% from 255 or 56.46% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC900 is #6436FF. Grayscale: #A5A5A5. Windows color (decimal): -6567680 or 51611. OLE color: 51611.
HSL color Cylindrical-coordinate representation of color #9BC900: hue angle of 73.73º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BC900 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.21 |
| HSL | 73.73º | 1% | 0.39% | - |
| HSV(B) | 73.73º | 1% | 0.79% | - |
| XYZ | 34.4 | 48.74 | 7.59 | - |
| YUV | 164.33 | 35.26 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 0 | 0.23 | 0 | 1 | 0.21 | 73.73 | 1 | 0.39 |
| Hex | 9B | C9 | 0 | 17 | 0 | 64 | 15 | 4A | 64 | 27 |
| Octal | 233 | 311 | 0 | 27 | 0 | 144 | 25 | 112 | 144 | 47 |
| Binary | 10011011 | 11001001 | 0 | 10111 | 0 | 1100100 | 10101 | 1001010 | 1100100 | 100111 |
Color Harmonies of #9BC900
Complementary color
Monochromatic Colors of #9BC900
Black with #9BC900
Text Example
Text Example
White with #9BC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC900; }
p { color: rgb(155,201,0); }
H1.HeaderClassName
{
color: #9BC900;
}
.AnyTagClassName
{
color: #9BC900;
}
</style>
background-color css
<style>
a { background-color: #9BC900; }
a { background-color: rgb(155,201,0); }
div.DivClassName
{
background-color: #9BC900;
}
.BgClassName
{
background-color: #9BC900;
}
</style>
border-color css
<style>
span { border-color: #9BC900; }
span { border-color: rgb(155,201,0); }
td.TdClassName
{
border-color: #9BC900;
}
.TagClassName
{
border-color: #9BC900;
}
</style>