Shades of Lucky #9E911A
Tints of Lucky #9E911A
RGB
CMYK
RGB Variations
Color information
#9E911A (or 0x9E911A) is known color: Lucky. HEX triplet: 9E, 91 and 1A. RGB value is (158,145,26). Sum of RGB (Red+Green+Blue) = 158+145+26=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E911A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E911A is #616EE5. Grayscale: #878787. Windows color (decimal): -6385382 or 1741214. OLE color: 1741214.
HSL color Cylindrical-coordinate representation of color #9E911A: hue angle of 54.09º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E911A is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 145 | 26 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.38 |
| HSL | 54.09º | 0.72% | 0.36% | - |
| HSV(B) | 54.09º | 0.84% | 0.62% | - |
| XYZ | 24.41 | 27.59 | 5.02 | - |
| YUV | 135.32 | 66.31 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 26 | 0 | 0.08 | 0.84 | 0.38 | 54.09 | 0.72 | 0.36 |
| Hex | 9E | 91 | 1A | 0 | 8 | 54 | 26 | 36 | 48 | 24 |
| Octal | 236 | 221 | 32 | 0 | 10 | 124 | 46 | 66 | 110 | 44 |
| Binary | 10011110 | 10010001 | 11010 | 0 | 1000 | 1010100 | 100110 | 110110 | 1001000 | 100100 |
Color Harmonies of #9E911A
Complementary color
Monochromatic Colors of #9E911A
Black with #9E911A
Text Example
Text Example
White with #9E911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E911A; }
p { color: rgb(158,145,26); }
H1.HeaderClassName
{
color: #9E911A;
}
.AnyTagClassName
{
color: #9E911A;
}
</style>
background-color css
<style>
a { background-color: #9E911A; }
a { background-color: rgb(158,145,26); }
div.DivClassName
{
background-color: #9E911A;
}
.BgClassName
{
background-color: #9E911A;
}
</style>
border-color css
<style>
span { border-color: #9E911A; }
span { border-color: rgb(158,145,26); }
td.TdClassName
{
border-color: #9E911A;
}
.TagClassName
{
border-color: #9E911A;
}
</style>