Shades of Lucky #9A8F05
Tints of Lucky #9A8F05
RGB
CMYK
RGB Variations
Color information
#9A8F05 (or 0x9A8F05) is known color: Lucky. HEX triplet: 9A, 8F and 05. RGB value is (154,143,5). Sum of RGB (Red+Green+Blue) = 154+143+5=302 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.99% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8F05 is #6570FA. Grayscale: #838383. Windows color (decimal): -6648059 or 364442. OLE color: 364442.
HSL color Cylindrical-coordinate representation of color #9A8F05: hue angle of 55.57º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A8F05 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 143 | 5 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.40 |
| HSL | 55.57º | 0.94% | 0.31% | - |
| HSV(B) | 55.57º | 0.97% | 0.6% | - |
| XYZ | 23.18 | 26.53 | 4.04 | - |
| YUV | 130.56 | 57.14 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 5 | 0 | 0.07 | 0.97 | 0.40 | 55.57 | 0.94 | 0.31 |
| Hex | 9A | 8F | 5 | 0 | 7 | 61 | 28 | 38 | 5E | 1F |
| Octal | 232 | 217 | 5 | 0 | 7 | 141 | 50 | 70 | 136 | 37 |
| Binary | 10011010 | 10001111 | 101 | 0 | 111 | 1100001 | 101000 | 111000 | 1011110 | 11111 |
Color Harmonies of #9A8F05
Complementary color
Monochromatic Colors of #9A8F05
Black with #9A8F05
Text Example
Text Example
White with #9A8F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8F05; }
p { color: rgb(154,143,5); }
H1.HeaderClassName
{
color: #9A8F05;
}
.AnyTagClassName
{
color: #9A8F05;
}
</style>
background-color css
<style>
a { background-color: #9A8F05; }
a { background-color: rgb(154,143,5); }
div.DivClassName
{
background-color: #9A8F05;
}
.BgClassName
{
background-color: #9A8F05;
}
</style>
border-color css
<style>
span { border-color: #9A8F05; }
span { border-color: rgb(154,143,5); }
td.TdClassName
{
border-color: #9A8F05;
}
.TagClassName
{
border-color: #9A8F05;
}
</style>