Shades of Lucky #9FA41C
Tints of Lucky #9FA41C
RGB
CMYK
RGB Variations
Color information
#9FA41C (or 0x9FA41C) is known color: Lucky. HEX triplet: 9F, A4 and 1C. RGB value is (159,164,28). Sum of RGB (Red+Green+Blue) = 159+164+28=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA41C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA41C is #605BE3. Grayscale: #939393. Windows color (decimal): -6314980 or 1877151. OLE color: 1877151.
HSL color Cylindrical-coordinate representation of color #9FA41C: hue angle of 62.21º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9FA41C is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 164 | 28 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.36 |
| HSL | 62.21º | 0.71% | 0.38% | - |
| HSV(B) | 62.21º | 0.83% | 0.64% | - |
| XYZ | 27.78 | 34.01 | 6.2 | - |
| YUV | 147 | 60.84 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 28 | 0.03 | 0 | 0.83 | 0.36 | 62.21 | 0.71 | 0.38 |
| Hex | 9F | A4 | 1C | 3 | 0 | 53 | 24 | 3E | 47 | 26 |
| Octal | 237 | 244 | 34 | 3 | 0 | 123 | 44 | 76 | 107 | 46 |
| Binary | 10011111 | 10100100 | 11100 | 11 | 0 | 1010011 | 100100 | 111110 | 1000111 | 100110 |
Color Harmonies of #9FA41C
Complementary color
Monochromatic Colors of #9FA41C
Black with #9FA41C
Text Example
Text Example
White with #9FA41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA41C; }
p { color: rgb(159,164,28); }
H1.HeaderClassName
{
color: #9FA41C;
}
.AnyTagClassName
{
color: #9FA41C;
}
</style>
background-color css
<style>
a { background-color: #9FA41C; }
a { background-color: rgb(159,164,28); }
div.DivClassName
{
background-color: #9FA41C;
}
.BgClassName
{
background-color: #9FA41C;
}
</style>
border-color css
<style>
span { border-color: #9FA41C; }
span { border-color: rgb(159,164,28); }
td.TdClassName
{
border-color: #9FA41C;
}
.TagClassName
{
border-color: #9FA41C;
}
</style>