Shades of Lucky #9A8C0F
Tints of Lucky #9A8C0F
RGB
CMYK
RGB Variations
Color information
#9A8C0F (or 0x9A8C0F) is known color: Lucky. HEX triplet: 9A, 8C and 0F. RGB value is (154,140,15). Sum of RGB (Red+Green+Blue) = 154+140+15=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8C0F is #6573F0. Grayscale: #828282. Windows color (decimal): -6648817 or 1019034. OLE color: 1019034.
HSL color Cylindrical-coordinate representation of color #9A8C0F: hue angle of 53.96º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A8C0F is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 140 | 15 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.40 |
| HSL | 53.96º | 0.82% | 0.33% | - |
| HSV(B) | 53.96º | 0.9% | 0.6% | - |
| XYZ | 22.79 | 25.66 | 4.2 | - |
| YUV | 129.94 | 63.14 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 15 | 0 | 0.09 | 0.90 | 0.40 | 53.96 | 0.82 | 0.33 |
| Hex | 9A | 8C | F | 0 | 9 | 5A | 28 | 36 | 52 | 21 |
| Octal | 232 | 214 | 17 | 0 | 11 | 132 | 50 | 66 | 122 | 41 |
| Binary | 10011010 | 10001100 | 1111 | 0 | 1001 | 1011010 | 101000 | 110110 | 1010010 | 100001 |
Color Harmonies of #9A8C0F
Complementary color
Monochromatic Colors of #9A8C0F
Black with #9A8C0F
Text Example
Text Example
White with #9A8C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8C0F; }
p { color: rgb(154,140,15); }
H1.HeaderClassName
{
color: #9A8C0F;
}
.AnyTagClassName
{
color: #9A8C0F;
}
</style>
background-color css
<style>
a { background-color: #9A8C0F; }
a { background-color: rgb(154,140,15); }
div.DivClassName
{
background-color: #9A8C0F;
}
.BgClassName
{
background-color: #9A8C0F;
}
</style>
border-color css
<style>
span { border-color: #9A8C0F; }
span { border-color: rgb(154,140,15); }
td.TdClassName
{
border-color: #9A8C0F;
}
.TagClassName
{
border-color: #9A8C0F;
}
</style>