Shades of Citrus #9CC401
Tints of Citrus #9CC401
RGB
CMYK
RGB Variations
Color information
#9CC401 (or 0x9CC401) is known color: Citrus. HEX triplet: 9C, C4 and 01. RGB value is (156,196,1). Sum of RGB (Red+Green+Blue) = 156+196+1=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC401 is #633BFE. Grayscale: #A2A2A2. Windows color (decimal): -6503423 or 115868. OLE color: 115868.
HSL color Cylindrical-coordinate representation of color #9CC401: hue angle of 72.31º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CC401 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 196 | 1 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.23 |
| HSL | 72.31º | 0.99% | 0.39% | - |
| HSV(B) | 72.31º | 0.99% | 0.77% | - |
| XYZ | 33.46 | 46.55 | 7.25 | - |
| YUV | 161.81 | 37.25 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 1 | 0.20 | 0 | 0.99 | 0.23 | 72.31 | 0.99 | 0.39 |
| Hex | 9C | C4 | 1 | 14 | 0 | 63 | 17 | 48 | 63 | 27 |
| Octal | 234 | 304 | 1 | 24 | 0 | 143 | 27 | 110 | 143 | 47 |
| Binary | 10011100 | 11000100 | 1 | 10100 | 0 | 1100011 | 10111 | 1001000 | 1100011 | 100111 |
Color Harmonies of #9CC401
Complementary color
Monochromatic Colors of #9CC401
Black with #9CC401
Text Example
Text Example
White with #9CC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC401; }
p { color: rgb(156,196,1); }
H1.HeaderClassName
{
color: #9CC401;
}
.AnyTagClassName
{
color: #9CC401;
}
</style>
background-color css
<style>
a { background-color: #9CC401; }
a { background-color: rgb(156,196,1); }
div.DivClassName
{
background-color: #9CC401;
}
.BgClassName
{
background-color: #9CC401;
}
</style>
border-color css
<style>
span { border-color: #9CC401; }
span { border-color: rgb(156,196,1); }
td.TdClassName
{
border-color: #9CC401;
}
.TagClassName
{
border-color: #9CC401;
}
</style>