#9DA012

Color #9DA012 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #9DA012

Tints of Lucky #9DA012

Color information

#9DA012 (or 0x9DA012) is unknown color: approx Lucky. HEX triplet: 9D, A0 and 12. RGB value is (157,160,18). Sum of RGB (Red+Green+Blue) = 157+160+18=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA012 is #625FED. Grayscale: #8F8F8F. Windows color (decimal): -6447086 or 1220765. OLE color: 1220765.

HSL color Cylindrical-coordinate representation of color #9DA012: hue angle of 61.27º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9DA012 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB15716018-
CMYK0.0200.890.37
HSL61.27º79.78%34.9%-
HSV(B)61.27º88.75%62.75%-
XYZ26.5832.355.42-
YUV142.9257.51138.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 46.87%
GREEN value IS 160 (62.89% from 255) = 47.76%
BLUE value IS 18 (7.42% from 255) = 5.37%
R=46.87%
G=47.76%
B=5.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal157160180.0200.890.3761.2779.7834.9
Hex9DA0122059253d5023
Octal2352402220131457512043
Binary10011101101000001001010010110011001011111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DA012; }

 p { color: rgb(157,160,18); }

 H1.HeaderClassName
 {
   color: #9DA012;
 }
 .AnyTagClassName
 {
   color: #9DA012;
 }
</style>
background-color css

<style>
 a { background-color: #9DA012; }

 a { background-color: rgb(157,160,18); }

 div.DivClassName
 {
   background-color: #9DA012;
 }
 .BgClassName
 {
   background-color: #9DA012;
 }
</style>
border-color css

<style>
 span { border-color: #9DA012; }

 span { border-color: rgb(157,160,18); }

 td.TdClassName
 {
   border-color: #9DA012;
 }
 .TagClassName
 {
   border-color: #9DA012;
 }
</style>