Shades of Citrus #9CC400
Tints of Citrus #9CC400
RGB
CMYK
RGB Variations
Color information
#9CC400 (or 0x9CC400) is known color: Citrus. HEX triplet: 9C, C4 and 00. RGB value is (156,196,0). Sum of RGB (Red+Green+Blue) = 156+196+0=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC400 is #633BFF. Grayscale: #A2A2A2. Windows color (decimal): -6503424 or 50332. OLE color: 50332.
HSL color Cylindrical-coordinate representation of color #9CC400: hue angle of 72.24º 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 #9CC400 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 196 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.23 |
| HSL | 72.24º | 1% | 0.38% | - |
| HSV(B) | 72.24º | 1% | 0.77% | - |
| XYZ | 33.45 | 46.55 | 7.22 | - |
| YUV | 161.7 | 36.75 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 0 | 0.20 | 0 | 1 | 0.23 | 72.24 | 1 | 0.38 |
| Hex | 9C | C4 | 0 | 14 | 0 | 64 | 17 | 48 | 64 | 26 |
| Octal | 234 | 304 | 0 | 24 | 0 | 144 | 27 | 110 | 144 | 46 |
| Binary | 10011100 | 11000100 | 0 | 10100 | 0 | 1100100 | 10111 | 1001000 | 1100100 | 100110 |
Color Harmonies of #9CC400
Complementary color
Monochromatic Colors of #9CC400
Black with #9CC400
Text Example
Text Example
White with #9CC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC400; }
p { color: rgb(156,196,0); }
H1.HeaderClassName
{
color: #9CC400;
}
.AnyTagClassName
{
color: #9CC400;
}
</style>
background-color css
<style>
a { background-color: #9CC400; }
a { background-color: rgb(156,196,0); }
div.DivClassName
{
background-color: #9CC400;
}
.BgClassName
{
background-color: #9CC400;
}
</style>
border-color css
<style>
span { border-color: #9CC400; }
span { border-color: rgb(156,196,0); }
td.TdClassName
{
border-color: #9CC400;
}
.TagClassName
{
border-color: #9CC400;
}
</style>