Shades of Citrus #9CC301
Tints of Citrus #9CC301
RGB
CMYK
RGB Variations
Color information
#9CC301 (or 0x9CC301) is known color: Citrus. HEX triplet: 9C, C3 and 01. RGB value is (156,195,1). Sum of RGB (Red+Green+Blue) = 156+195+1=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC301 is #633CFE. Grayscale: #A1A1A1. Windows color (decimal): -6503679 or 115612. OLE color: 115612.
HSL color Cylindrical-coordinate representation of color #9CC301: hue angle of 72.06º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CC301 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 1 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.24 |
| HSL | 72.06º | 0.99% | 0.38% | - |
| HSV(B) | 72.06º | 0.99% | 0.76% | - |
| XYZ | 33.23 | 46.1 | 7.18 | - |
| YUV | 161.22 | 37.58 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 1 | 0.20 | 0 | 0.99 | 0.24 | 72.06 | 0.99 | 0.38 |
| Hex | 9C | C3 | 1 | 14 | 0 | 63 | 18 | 48 | 63 | 26 |
| Octal | 234 | 303 | 1 | 24 | 0 | 143 | 30 | 110 | 143 | 46 |
| Binary | 10011100 | 11000011 | 1 | 10100 | 0 | 1100011 | 11000 | 1001000 | 1100011 | 100110 |
Color Harmonies of #9CC301
Complementary color
Monochromatic Colors of #9CC301
Black with #9CC301
Text Example
Text Example
White with #9CC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC301; }
p { color: rgb(156,195,1); }
H1.HeaderClassName
{
color: #9CC301;
}
.AnyTagClassName
{
color: #9CC301;
}
</style>
background-color css
<style>
a { background-color: #9CC301; }
a { background-color: rgb(156,195,1); }
div.DivClassName
{
background-color: #9CC301;
}
.BgClassName
{
background-color: #9CC301;
}
</style>
border-color css
<style>
span { border-color: #9CC301; }
span { border-color: rgb(156,195,1); }
td.TdClassName
{
border-color: #9CC301;
}
.TagClassName
{
border-color: #9CC301;
}
</style>