Shades of Citrus #9CCA0A
Tints of Citrus #9CCA0A
RGB
CMYK
RGB Variations
Color information
#9CCA0A (or 0x9CCA0A) is known color: Citrus. HEX triplet: 9C, CA and 0A. RGB value is (156,202,10). Sum of RGB (Red+Green+Blue) = 156+202+10=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCA0A is #6335F5. Grayscale: #A7A7A7. Windows color (decimal): -6501878 or 707228. OLE color: 707228.
HSL color Cylindrical-coordinate representation of color #9CCA0A: hue angle of 74.37º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9CCA0A is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 10 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.21 |
| HSL | 74.37º | 0.91% | 0.42% | - |
| HSV(B) | 74.37º | 0.95% | 0.79% | - |
| XYZ | 34.89 | 49.33 | 7.97 | - |
| YUV | 166.36 | 39.76 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 10 | 0.23 | 0 | 0.95 | 0.21 | 74.37 | 0.91 | 0.42 |
| Hex | 9C | CA | A | 17 | 0 | 5F | 15 | 4A | 5B | 2A |
| Octal | 234 | 312 | 12 | 27 | 0 | 137 | 25 | 112 | 133 | 52 |
| Binary | 10011100 | 11001010 | 1010 | 10111 | 0 | 1011111 | 10101 | 1001010 | 1011011 | 101010 |
Color Harmonies of #9CCA0A
Complementary color
Monochromatic Colors of #9CCA0A
Black with #9CCA0A
Text Example
Text Example
White with #9CCA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA0A; }
p { color: rgb(156,202,10); }
H1.HeaderClassName
{
color: #9CCA0A;
}
.AnyTagClassName
{
color: #9CCA0A;
}
</style>
background-color css
<style>
a { background-color: #9CCA0A; }
a { background-color: rgb(156,202,10); }
div.DivClassName
{
background-color: #9CCA0A;
}
.BgClassName
{
background-color: #9CCA0A;
}
</style>
border-color css
<style>
span { border-color: #9CCA0A; }
span { border-color: rgb(156,202,10); }
td.TdClassName
{
border-color: #9CCA0A;
}
.TagClassName
{
border-color: #9CCA0A;
}
</style>