Shades of Citrus #9CC413
Tints of Citrus #9CC413
RGB
CMYK
RGB Variations
Color information
#9CC413 (or 0x9CC413) is known color: Citrus. HEX triplet: 9C, C4 and 13. RGB value is (156,196,19). Sum of RGB (Red+Green+Blue) = 156+196+19=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC413 is #633BEC. Grayscale: #A4A4A4. Windows color (decimal): -6503405 or 1295516. OLE color: 1295516.
HSL color Cylindrical-coordinate representation of color #9CC413: hue angle of 73.56º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CC413 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 196 | 19 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.23 |
| HSL | 73.56º | 0.82% | 0.42% | - |
| HSV(B) | 73.56º | 0.9% | 0.77% | - |
| XYZ | 33.57 | 46.59 | 7.84 | - |
| YUV | 163.86 | 46.25 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 19 | 0.20 | 0 | 0.90 | 0.23 | 73.56 | 0.82 | 0.42 |
| Hex | 9C | C4 | 13 | 14 | 0 | 5A | 17 | 4A | 52 | 2A |
| Octal | 234 | 304 | 23 | 24 | 0 | 132 | 27 | 112 | 122 | 52 |
| Binary | 10011100 | 11000100 | 10011 | 10100 | 0 | 1011010 | 10111 | 1001010 | 1010010 | 101010 |
Color Harmonies of #9CC413
Complementary color
Monochromatic Colors of #9CC413
Black with #9CC413
Text Example
Text Example
White with #9CC413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC413; }
p { color: rgb(156,196,19); }
H1.HeaderClassName
{
color: #9CC413;
}
.AnyTagClassName
{
color: #9CC413;
}
</style>
background-color css
<style>
a { background-color: #9CC413; }
a { background-color: rgb(156,196,19); }
div.DivClassName
{
background-color: #9CC413;
}
.BgClassName
{
background-color: #9CC413;
}
</style>
border-color css
<style>
span { border-color: #9CC413; }
span { border-color: rgb(156,196,19); }
td.TdClassName
{
border-color: #9CC413;
}
.TagClassName
{
border-color: #9CC413;
}
</style>