Shades of Lucky #9A8E09
Tints of Lucky #9A8E09
RGB
CMYK
RGB Variations
Color information
#9A8E09 (or 0x9A8E09) is known color: Lucky. HEX triplet: 9A, 8E and 09. RGB value is (154,142,9). Sum of RGB (Red+Green+Blue) = 154+142+9=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8E09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8E09 is #6571F6. Grayscale: #828282. Windows color (decimal): -6648311 or 626330. OLE color: 626330.
HSL color Cylindrical-coordinate representation of color #9A8E09: hue angle of 55.03º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A8E09 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 142 | 9 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.40 |
| HSL | 55.03º | 0.89% | 0.32% | - |
| HSV(B) | 55.03º | 0.94% | 0.6% | - |
| XYZ | 23.05 | 26.24 | 4.11 | - |
| YUV | 130.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 9 | 0 | 0.08 | 0.94 | 0.40 | 55.03 | 0.89 | 0.32 |
| Hex | 9A | 8E | 9 | 0 | 8 | 5E | 28 | 37 | 59 | 20 |
| Octal | 232 | 216 | 11 | 0 | 10 | 136 | 50 | 67 | 131 | 40 |
| Binary | 10011010 | 10001110 | 1001 | 0 | 1000 | 1011110 | 101000 | 110111 | 1011001 | 100000 |
Color Harmonies of #9A8E09
Complementary color
Monochromatic Colors of #9A8E09
Black with #9A8E09
Text Example
Text Example
White with #9A8E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8E09; }
p { color: rgb(154,142,9); }
H1.HeaderClassName
{
color: #9A8E09;
}
.AnyTagClassName
{
color: #9A8E09;
}
</style>
background-color css
<style>
a { background-color: #9A8E09; }
a { background-color: rgb(154,142,9); }
div.DivClassName
{
background-color: #9A8E09;
}
.BgClassName
{
background-color: #9A8E09;
}
</style>
border-color css
<style>
span { border-color: #9A8E09; }
span { border-color: rgb(154,142,9); }
td.TdClassName
{
border-color: #9A8E09;
}
.TagClassName
{
border-color: #9A8E09;
}
</style>