Shades of Lucky #9FA313
Tints of Lucky #9FA313
RGB
CMYK
RGB Variations
Color information
#9FA313 (or 0x9FA313) is known color: Lucky. HEX triplet: 9F, A3 and 13. RGB value is (159,163,19). Sum of RGB (Red+Green+Blue) = 159+163+19=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA313 is #605CEC. Grayscale: #919191. Windows color (decimal): -6315245 or 1287071. OLE color: 1287071.
HSL color Cylindrical-coordinate representation of color #9FA313: hue angle of 61.67º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FA313 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 19 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.36 |
| HSL | 61.67º | 0.79% | 0.36% | - |
| HSV(B) | 61.67º | 0.88% | 0.64% | - |
| XYZ | 27.51 | 33.61 | 5.65 | - |
| YUV | 145.39 | 56.67 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 19 | 0.02 | 0 | 0.88 | 0.36 | 61.67 | 0.79 | 0.36 |
| Hex | 9F | A3 | 13 | 2 | 0 | 58 | 24 | 3E | 4F | 24 |
| Octal | 237 | 243 | 23 | 2 | 0 | 130 | 44 | 76 | 117 | 44 |
| Binary | 10011111 | 10100011 | 10011 | 10 | 0 | 1011000 | 100100 | 111110 | 1001111 | 100100 |
Color Harmonies of #9FA313
Complementary color
Monochromatic Colors of #9FA313
Black with #9FA313
Text Example
Text Example
White with #9FA313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA313; }
p { color: rgb(159,163,19); }
H1.HeaderClassName
{
color: #9FA313;
}
.AnyTagClassName
{
color: #9FA313;
}
</style>
background-color css
<style>
a { background-color: #9FA313; }
a { background-color: rgb(159,163,19); }
div.DivClassName
{
background-color: #9FA313;
}
.BgClassName
{
background-color: #9FA313;
}
</style>
border-color css
<style>
span { border-color: #9FA313; }
span { border-color: rgb(159,163,19); }
td.TdClassName
{
border-color: #9FA313;
}
.TagClassName
{
border-color: #9FA313;
}
</style>