Shades of Lucky #9A8F18
Tints of Lucky #9A8F18
RGB
CMYK
RGB Variations
Color information
#9A8F18 (or 0x9A8F18) is known color: Lucky. HEX triplet: 9A, 8F and 18. RGB value is (154,143,24). Sum of RGB (Red+Green+Blue) = 154+143+24=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8F18 is #6570E7. Grayscale: #858585. Windows color (decimal): -6648040 or 1609626. OLE color: 1609626.
HSL color Cylindrical-coordinate representation of color #9A8F18: hue angle of 54.92º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A8F18 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 143 | 24 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.40 |
| HSL | 54.92º | 0.73% | 0.35% | - |
| HSV(B) | 54.92º | 0.84% | 0.6% | - |
| XYZ | 23.31 | 26.58 | 4.77 | - |
| YUV | 132.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 24 | 0 | 0.07 | 0.84 | 0.40 | 54.92 | 0.73 | 0.35 |
| Hex | 9A | 8F | 18 | 0 | 7 | 54 | 28 | 37 | 49 | 23 |
| Octal | 232 | 217 | 30 | 0 | 7 | 124 | 50 | 67 | 111 | 43 |
| Binary | 10011010 | 10001111 | 11000 | 0 | 111 | 1010100 | 101000 | 110111 | 1001001 | 100011 |
Color Harmonies of #9A8F18
Complementary color
Monochromatic Colors of #9A8F18
Black with #9A8F18
Text Example
Text Example
White with #9A8F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8F18; }
p { color: rgb(154,143,24); }
H1.HeaderClassName
{
color: #9A8F18;
}
.AnyTagClassName
{
color: #9A8F18;
}
</style>
background-color css
<style>
a { background-color: #9A8F18; }
a { background-color: rgb(154,143,24); }
div.DivClassName
{
background-color: #9A8F18;
}
.BgClassName
{
background-color: #9A8F18;
}
</style>
border-color css
<style>
span { border-color: #9A8F18; }
span { border-color: rgb(154,143,24); }
td.TdClassName
{
border-color: #9A8F18;
}
.TagClassName
{
border-color: #9A8F18;
}
</style>