Shades of Lucky #9A8C0D
Tints of Lucky #9A8C0D
RGB
CMYK
RGB Variations
Color information
#9A8C0D (or 0x9A8C0D) is known color: Lucky. HEX triplet: 9A, 8C and 0D. RGB value is (154,140,13). Sum of RGB (Red+Green+Blue) = 154+140+13=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8C0D is #6573F2. Grayscale: #828282. Windows color (decimal): -6648819 or 887962. OLE color: 887962.
HSL color Cylindrical-coordinate representation of color #9A8C0D: hue angle of 54.04º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A8C0D is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 140 | 13 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.40 |
| HSL | 54.04º | 0.84% | 0.33% | - |
| HSV(B) | 54.04º | 0.92% | 0.6% | - |
| XYZ | 22.78 | 25.66 | 4.13 | - |
| YUV | 129.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 13 | 0 | 0.09 | 0.92 | 0.40 | 54.04 | 0.84 | 0.33 |
| Hex | 9A | 8C | D | 0 | 9 | 5C | 28 | 36 | 54 | 21 |
| Octal | 232 | 214 | 15 | 0 | 11 | 134 | 50 | 66 | 124 | 41 |
| Binary | 10011010 | 10001100 | 1101 | 0 | 1001 | 1011100 | 101000 | 110110 | 1010100 | 100001 |
Color Harmonies of #9A8C0D
Complementary color
Monochromatic Colors of #9A8C0D
Black with #9A8C0D
Text Example
Text Example
White with #9A8C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8C0D; }
p { color: rgb(154,140,13); }
H1.HeaderClassName
{
color: #9A8C0D;
}
.AnyTagClassName
{
color: #9A8C0D;
}
</style>
background-color css
<style>
a { background-color: #9A8C0D; }
a { background-color: rgb(154,140,13); }
div.DivClassName
{
background-color: #9A8C0D;
}
.BgClassName
{
background-color: #9A8C0D;
}
</style>
border-color css
<style>
span { border-color: #9A8C0D; }
span { border-color: rgb(154,140,13); }
td.TdClassName
{
border-color: #9A8C0D;
}
.TagClassName
{
border-color: #9A8C0D;
}
</style>