Shades of Lucky #9A9603
Tints of Lucky #9A9603
RGB
CMYK
RGB Variations
Color information
#9A9603 (or 0x9A9603) is known color: Lucky. HEX triplet: 9A, 96 and 03. RGB value is (154,150,3). Sum of RGB (Red+Green+Blue) = 154+150+3=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9603 is #6569FC. Grayscale: #878787. Windows color (decimal): -6646269 or 235162. OLE color: 235162.
HSL color Cylindrical-coordinate representation of color #9A9603: hue angle of 58.41º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A9603 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 150 | 3 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.40 |
| HSL | 58.41º | 0.96% | 0.31% | - |
| HSV(B) | 58.41º | 0.98% | 0.6% | - |
| XYZ | 24.25 | 28.69 | 4.35 | - |
| YUV | 134.44 | 53.83 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 3 | 0 | 0.03 | 0.98 | 0.40 | 58.41 | 0.96 | 0.31 |
| Hex | 9A | 96 | 3 | 0 | 3 | 62 | 28 | 3A | 60 | 1F |
| Octal | 232 | 226 | 3 | 0 | 3 | 142 | 50 | 72 | 140 | 37 |
| Binary | 10011010 | 10010110 | 11 | 0 | 11 | 1100010 | 101000 | 111010 | 1100000 | 11111 |
Color Harmonies of #9A9603
Complementary color
Monochromatic Colors of #9A9603
Black with #9A9603
Text Example
Text Example
White with #9A9603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9603; }
p { color: rgb(154,150,3); }
H1.HeaderClassName
{
color: #9A9603;
}
.AnyTagClassName
{
color: #9A9603;
}
</style>
background-color css
<style>
a { background-color: #9A9603; }
a { background-color: rgb(154,150,3); }
div.DivClassName
{
background-color: #9A9603;
}
.BgClassName
{
background-color: #9A9603;
}
</style>
border-color css
<style>
span { border-color: #9A9603; }
span { border-color: rgb(154,150,3); }
td.TdClassName
{
border-color: #9A9603;
}
.TagClassName
{
border-color: #9A9603;
}
</style>