Shades of Lucky #9A900E
Tints of Lucky #9A900E
RGB
CMYK
RGB Variations
Color information
#9A900E (or 0x9A900E) is known color: Lucky. HEX triplet: 9A, 90 and 0E. RGB value is (154,144,14). Sum of RGB (Red+Green+Blue) = 154+144+14=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A900E is #656FF1. Grayscale: #848484. Windows color (decimal): -6647794 or 954522. OLE color: 954522.
HSL color Cylindrical-coordinate representation of color #9A900E: hue angle of 55.71º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A900E is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 144 | 14 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.40 |
| HSL | 55.71º | 0.83% | 0.33% | - |
| HSV(B) | 55.71º | 0.91% | 0.6% | - |
| XYZ | 23.38 | 26.85 | 4.37 | - |
| YUV | 132.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 144 | 14 | 0 | 0.06 | 0.91 | 0.40 | 55.71 | 0.83 | 0.33 |
| Hex | 9A | 90 | E | 0 | 6 | 5B | 28 | 38 | 53 | 21 |
| Octal | 232 | 220 | 16 | 0 | 6 | 133 | 50 | 70 | 123 | 41 |
| Binary | 10011010 | 10010000 | 1110 | 0 | 110 | 1011011 | 101000 | 111000 | 1010011 | 100001 |
Color Harmonies of #9A900E
Complementary color
Monochromatic Colors of #9A900E
Black with #9A900E
Text Example
Text Example
White with #9A900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A900E; }
p { color: rgb(154,144,14); }
H1.HeaderClassName
{
color: #9A900E;
}
.AnyTagClassName
{
color: #9A900E;
}
</style>
background-color css
<style>
a { background-color: #9A900E; }
a { background-color: rgb(154,144,14); }
div.DivClassName
{
background-color: #9A900E;
}
.BgClassName
{
background-color: #9A900E;
}
</style>
border-color css
<style>
span { border-color: #9A900E; }
span { border-color: rgb(154,144,14); }
td.TdClassName
{
border-color: #9A900E;
}
.TagClassName
{
border-color: #9A900E;
}
</style>