Shades of Lucky #9C940E
Tints of Lucky #9C940E
RGB
CMYK
RGB Variations
Color information
#9C940E (or 0x9C940E) is known color: Lucky. HEX triplet: 9C, 94 and 0E. RGB value is (156,148,14). Sum of RGB (Red+Green+Blue) = 156+148+14=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C940E is #636BF1. Grayscale: #878787. Windows color (decimal): -6515698 or 955548. OLE color: 955548.
HSL color Cylindrical-coordinate representation of color #9C940E: hue angle of 56.62º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C940E is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 148 | 14 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.39 |
| HSL | 56.62º | 0.84% | 0.33% | - |
| HSV(B) | 56.62º | 0.91% | 0.61% | - |
| XYZ | 24.38 | 28.28 | 4.59 | - |
| YUV | 135.12 | 59.65 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 14 | 0 | 0.05 | 0.91 | 0.39 | 56.62 | 0.84 | 0.33 |
| Hex | 9C | 94 | E | 0 | 5 | 5B | 27 | 39 | 54 | 21 |
| Octal | 234 | 224 | 16 | 0 | 5 | 133 | 47 | 71 | 124 | 41 |
| Binary | 10011100 | 10010100 | 1110 | 0 | 101 | 1011011 | 100111 | 111001 | 1010100 | 100001 |
Color Harmonies of #9C940E
Complementary color
Monochromatic Colors of #9C940E
Black with #9C940E
Text Example
Text Example
White with #9C940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C940E; }
p { color: rgb(156,148,14); }
H1.HeaderClassName
{
color: #9C940E;
}
.AnyTagClassName
{
color: #9C940E;
}
</style>
background-color css
<style>
a { background-color: #9C940E; }
a { background-color: rgb(156,148,14); }
div.DivClassName
{
background-color: #9C940E;
}
.BgClassName
{
background-color: #9C940E;
}
</style>
border-color css
<style>
span { border-color: #9C940E; }
span { border-color: rgb(156,148,14); }
td.TdClassName
{
border-color: #9C940E;
}
.TagClassName
{
border-color: #9C940E;
}
</style>