Shades of Citrus #9CCA0D
Tints of Citrus #9CCA0D
RGB
CMYK
RGB Variations
Color information
#9CCA0D (or 0x9CCA0D) is known color: Citrus. HEX triplet: 9C, CA and 0D. RGB value is (156,202,13). Sum of RGB (Red+Green+Blue) = 156+202+13=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCA0D is #6335F2. Grayscale: #A7A7A7. Windows color (decimal): -6501875 or 903836. OLE color: 903836.
HSL color Cylindrical-coordinate representation of color #9CCA0D: hue angle of 74.6º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CCA0D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 13 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.21 |
| HSL | 74.6º | 0.88% | 0.42% | - |
| HSV(B) | 74.6º | 0.94% | 0.79% | - |
| XYZ | 34.9 | 49.34 | 8.06 | - |
| YUV | 166.7 | 41.26 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 13 | 0.23 | 0 | 0.94 | 0.21 | 74.6 | 0.88 | 0.42 |
| Hex | 9C | CA | D | 17 | 0 | 5E | 15 | 4B | 58 | 2A |
| Octal | 234 | 312 | 15 | 27 | 0 | 136 | 25 | 113 | 130 | 52 |
| Binary | 10011100 | 11001010 | 1101 | 10111 | 0 | 1011110 | 10101 | 1001011 | 1011000 | 101010 |
Color Harmonies of #9CCA0D
Complementary color
Monochromatic Colors of #9CCA0D
Black with #9CCA0D
Text Example
Text Example
White with #9CCA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA0D; }
p { color: rgb(156,202,13); }
H1.HeaderClassName
{
color: #9CCA0D;
}
.AnyTagClassName
{
color: #9CCA0D;
}
</style>
background-color css
<style>
a { background-color: #9CCA0D; }
a { background-color: rgb(156,202,13); }
div.DivClassName
{
background-color: #9CCA0D;
}
.BgClassName
{
background-color: #9CCA0D;
}
</style>
border-color css
<style>
span { border-color: #9CCA0D; }
span { border-color: rgb(156,202,13); }
td.TdClassName
{
border-color: #9CCA0D;
}
.TagClassName
{
border-color: #9CCA0D;
}
</style>