Shades of Lucky #9A9700
Tints of Lucky #9A9700
RGB
CMYK
RGB Variations
Color information
#9A9700 (or 0x9A9700) is known color: Lucky. HEX triplet: 9A, 97 and 00. RGB value is (154,151,0). Sum of RGB (Red+Green+Blue) = 154+151+0=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9700 is #6568FF. Grayscale: #878787. Windows color (decimal): -6646016 or 38810. OLE color: 38810.
HSL color Cylindrical-coordinate representation of color #9A9700: hue angle of 58.83º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A9700 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 151 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.40 |
| HSL | 58.83º | 1% | 0.3% | - |
| HSV(B) | 58.83º | 1% | 0.6% | - |
| XYZ | 24.39 | 29 | 4.31 | - |
| YUV | 134.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 151 | 0 | 0 | 0.02 | 1 | 0.40 | 58.83 | 1 | 0.3 |
| Hex | 9A | 97 | 0 | 0 | 2 | 64 | 28 | 3B | 64 | 1E |
| Octal | 232 | 227 | 0 | 0 | 2 | 144 | 50 | 73 | 144 | 36 |
| Binary | 10011010 | 10010111 | 0 | 0 | 10 | 1100100 | 101000 | 111011 | 1100100 | 11110 |
Color Harmonies of #9A9700
Complementary color
Monochromatic Colors of #9A9700
Black with #9A9700
Text Example
Text Example
White with #9A9700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9700; }
p { color: rgb(154,151,0); }
H1.HeaderClassName
{
color: #9A9700;
}
.AnyTagClassName
{
color: #9A9700;
}
</style>
background-color css
<style>
a { background-color: #9A9700; }
a { background-color: rgb(154,151,0); }
div.DivClassName
{
background-color: #9A9700;
}
.BgClassName
{
background-color: #9A9700;
}
</style>
border-color css
<style>
span { border-color: #9A9700; }
span { border-color: rgb(154,151,0); }
td.TdClassName
{
border-color: #9A9700;
}
.TagClassName
{
border-color: #9A9700;
}
</style>