Shades of Citron #9C9F12
Tints of Citron #9C9F12
RGB
CMYK
RGB Variations
Color information
#9C9F12 (or 0x9C9F12) is known color: Citron. HEX triplet: 9C, 9F and 12. RGB value is (156,159,18). Sum of RGB (Red+Green+Blue) = 156+159+18=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #9C9F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9F12 is #6360ED. Grayscale: #8E8E8E. Windows color (decimal): -6512878 or 1220508. OLE color: 1220508.
HSL color Cylindrical-coordinate representation of color #9C9F12: hue angle of 61.28º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C9F12 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 159 | 18 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.38 |
| HSL | 61.28º | 0.8% | 0.35% | - |
| HSV(B) | 61.28º | 0.89% | 0.62% | - |
| XYZ | 26.22 | 31.91 | 5.35 | - |
| YUV | 142.03 | 58.01 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 159 | 18 | 0.02 | 0 | 0.89 | 0.38 | 61.28 | 0.8 | 0.35 |
| Hex | 9C | 9F | 12 | 2 | 0 | 59 | 26 | 3D | 50 | 23 |
| Octal | 234 | 237 | 22 | 2 | 0 | 131 | 46 | 75 | 120 | 43 |
| Binary | 10011100 | 10011111 | 10010 | 10 | 0 | 1011001 | 100110 | 111101 | 1010000 | 100011 |
Color Harmonies of #9C9F12
Complementary color
Monochromatic Colors of #9C9F12
Black with #9C9F12
Text Example
Text Example
White with #9C9F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9F12; }
p { color: rgb(156,159,18); }
H1.HeaderClassName
{
color: #9C9F12;
}
.AnyTagClassName
{
color: #9C9F12;
}
</style>
background-color css
<style>
a { background-color: #9C9F12; }
a { background-color: rgb(156,159,18); }
div.DivClassName
{
background-color: #9C9F12;
}
.BgClassName
{
background-color: #9C9F12;
}
</style>
border-color css
<style>
span { border-color: #9C9F12; }
span { border-color: rgb(156,159,18); }
td.TdClassName
{
border-color: #9C9F12;
}
.TagClassName
{
border-color: #9C9F12;
}
</style>