Shades of Lucky #9F930A
Tints of Lucky #9F930A
RGB
CMYK
RGB Variations
Color information
#9F930A (or 0x9F930A) is known color: Lucky. HEX triplet: 9F, 93 and 0A. RGB value is (159,147,10). Sum of RGB (Red+Green+Blue) = 159+147+10=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F930A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F930A is #606CF5. Grayscale: #878787. Windows color (decimal): -6319350 or 693151. OLE color: 693151.
HSL color Cylindrical-coordinate representation of color #9F930A: hue angle of 55.17º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F930A is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 10 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.38 |
| HSL | 55.17º | 0.88% | 0.33% | - |
| HSV(B) | 55.17º | 0.94% | 0.62% | - |
| XYZ | 24.79 | 28.26 | 4.44 | - |
| YUV | 134.97 | 57.48 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 10 | 0 | 0.08 | 0.94 | 0.38 | 55.17 | 0.88 | 0.33 |
| Hex | 9F | 93 | A | 0 | 8 | 5E | 26 | 37 | 58 | 21 |
| Octal | 237 | 223 | 12 | 0 | 10 | 136 | 46 | 67 | 130 | 41 |
| Binary | 10011111 | 10010011 | 1010 | 0 | 1000 | 1011110 | 100110 | 110111 | 1011000 | 100001 |
Color Harmonies of #9F930A
Complementary color
Monochromatic Colors of #9F930A
Black with #9F930A
Text Example
Text Example
White with #9F930A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F930A; }
p { color: rgb(159,147,10); }
H1.HeaderClassName
{
color: #9F930A;
}
.AnyTagClassName
{
color: #9F930A;
}
</style>
background-color css
<style>
a { background-color: #9F930A; }
a { background-color: rgb(159,147,10); }
div.DivClassName
{
background-color: #9F930A;
}
.BgClassName
{
background-color: #9F930A;
}
</style>
border-color css
<style>
span { border-color: #9F930A; }
span { border-color: rgb(159,147,10); }
td.TdClassName
{
border-color: #9F930A;
}
.TagClassName
{
border-color: #9F930A;
}
</style>