Shades of Citrus #9DCB0C
Tints of Citrus #9DCB0C
RGB
CMYK
RGB Variations
Color information
#9DCB0C (or 0x9DCB0C) is known color: Citrus. HEX triplet: 9D, CB and 0C. RGB value is (157,203,12). Sum of RGB (Red+Green+Blue) = 157+203+12=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCB0C is #6234F3. Grayscale: #A8A8A8. Windows color (decimal): -6436084 or 838557. OLE color: 838557.
HSL color Cylindrical-coordinate representation of color #9DCB0C: hue angle of 74.45º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DCB0C is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 12 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.20 |
| HSL | 74.45º | 0.89% | 0.42% | - |
| HSV(B) | 74.45º | 0.94% | 0.8% | - |
| XYZ | 35.33 | 49.91 | 8.12 | - |
| YUV | 167.47 | 40.26 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 12 | 0.23 | 0 | 0.94 | 0.20 | 74.45 | 0.89 | 0.42 |
| Hex | 9D | CB | C | 17 | 0 | 5E | 14 | 4A | 59 | 2A |
| Octal | 235 | 313 | 14 | 27 | 0 | 136 | 24 | 112 | 131 | 52 |
| Binary | 10011101 | 11001011 | 1100 | 10111 | 0 | 1011110 | 10100 | 1001010 | 1011001 | 101010 |
Color Harmonies of #9DCB0C
Complementary color
Monochromatic Colors of #9DCB0C
Black with #9DCB0C
Text Example
Text Example
White with #9DCB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCB0C; }
p { color: rgb(157,203,12); }
H1.HeaderClassName
{
color: #9DCB0C;
}
.AnyTagClassName
{
color: #9DCB0C;
}
</style>
background-color css
<style>
a { background-color: #9DCB0C; }
a { background-color: rgb(157,203,12); }
div.DivClassName
{
background-color: #9DCB0C;
}
.BgClassName
{
background-color: #9DCB0C;
}
</style>
border-color css
<style>
span { border-color: #9DCB0C; }
span { border-color: rgb(157,203,12); }
td.TdClassName
{
border-color: #9DCB0C;
}
.TagClassName
{
border-color: #9DCB0C;
}
</style>