Shades of Citrus #9CCA0E
Tints of Citrus #9CCA0E
RGB
CMYK
RGB Variations
Color information
#9CCA0E (or 0x9CCA0E) is known color: Citrus. HEX triplet: 9C, CA and 0E. RGB value is (156,202,14). Sum of RGB (Red+Green+Blue) = 156+202+14=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCA0E is #6335F1. Grayscale: #A7A7A7. Windows color (decimal): -6501874 or 969372. OLE color: 969372.
HSL color Cylindrical-coordinate representation of color #9CCA0E: hue angle of 74.68º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CCA0E is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 14 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.21 |
| HSL | 74.68º | 0.87% | 0.42% | - |
| HSV(B) | 74.68º | 0.93% | 0.79% | - |
| XYZ | 34.91 | 49.34 | 8.1 | - |
| YUV | 166.81 | 41.76 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 14 | 0.23 | 0 | 0.93 | 0.21 | 74.68 | 0.87 | 0.42 |
| Hex | 9C | CA | E | 17 | 0 | 5D | 15 | 4B | 57 | 2A |
| Octal | 234 | 312 | 16 | 27 | 0 | 135 | 25 | 113 | 127 | 52 |
| Binary | 10011100 | 11001010 | 1110 | 10111 | 0 | 1011101 | 10101 | 1001011 | 1010111 | 101010 |
Color Harmonies of #9CCA0E
Complementary color
Monochromatic Colors of #9CCA0E
Black with #9CCA0E
Text Example
Text Example
White with #9CCA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA0E; }
p { color: rgb(156,202,14); }
H1.HeaderClassName
{
color: #9CCA0E;
}
.AnyTagClassName
{
color: #9CCA0E;
}
</style>
background-color css
<style>
a { background-color: #9CCA0E; }
a { background-color: rgb(156,202,14); }
div.DivClassName
{
background-color: #9CCA0E;
}
.BgClassName
{
background-color: #9CCA0E;
}
</style>
border-color css
<style>
span { border-color: #9CCA0E; }
span { border-color: rgb(156,202,14); }
td.TdClassName
{
border-color: #9CCA0E;
}
.TagClassName
{
border-color: #9CCA0E;
}
</style>