Shades of Lucky #9C9E12
Tints of Lucky #9C9E12
RGB
CMYK
RGB Variations
Color information
#9C9E12 (or 0x9C9E12) is known color: Lucky. HEX triplet: 9C, 9E and 12. RGB value is (156,158,18). Sum of RGB (Red+Green+Blue) = 156+158+18=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #9C9E12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9E12 is #6361ED. Grayscale: #8D8D8D. Windows color (decimal): -6513134 or 1220252. OLE color: 1220252.
HSL color Cylindrical-coordinate representation of color #9C9E12: hue angle of 60.86º 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 #9C9E12 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 158 | 18 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.38 |
| HSL | 60.86º | 0.8% | 0.35% | - |
| HSV(B) | 60.86º | 0.89% | 0.62% | - |
| XYZ | 26.05 | 31.57 | 5.29 | - |
| YUV | 141.44 | 58.34 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 18 | 0.01 | 0 | 0.89 | 0.38 | 60.86 | 0.8 | 0.35 |
| Hex | 9C | 9E | 12 | 1 | 0 | 59 | 26 | 3D | 50 | 23 |
| Octal | 234 | 236 | 22 | 1 | 0 | 131 | 46 | 75 | 120 | 43 |
| Binary | 10011100 | 10011110 | 10010 | 1 | 0 | 1011001 | 100110 | 111101 | 1010000 | 100011 |
Color Harmonies of #9C9E12
Complementary color
Monochromatic Colors of #9C9E12
Black with #9C9E12
Text Example
Text Example
White with #9C9E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9E12; }
p { color: rgb(156,158,18); }
H1.HeaderClassName
{
color: #9C9E12;
}
.AnyTagClassName
{
color: #9C9E12;
}
</style>
background-color css
<style>
a { background-color: #9C9E12; }
a { background-color: rgb(156,158,18); }
div.DivClassName
{
background-color: #9C9E12;
}
.BgClassName
{
background-color: #9C9E12;
}
</style>
border-color css
<style>
span { border-color: #9C9E12; }
span { border-color: rgb(156,158,18); }
td.TdClassName
{
border-color: #9C9E12;
}
.TagClassName
{
border-color: #9C9E12;
}
</style>