#9DA212

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

Shades of Lucky #9DA212

Tints of Lucky #9DA212

Color information

#9DA212 (or 0x9DA212) is unknown color: approx Lucky. HEX triplet: 9D, A2 and 12. RGB value is (157,162,18). Sum of RGB (Red+Green+Blue) = 157+162+18=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA212 is #625DED. Grayscale: #909090. Windows color (decimal): -6446574 or 1221277. OLE color: 1221277.

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

Color convert

RGB15716218-
CMYK0.0300.890.36
HSL62.08º80%35.29%-
HSV(B)62.08º88.89%63.53%-
XYZ26.9333.055.53-
YUV144.0956.84137.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.59%
GREEN value IS 162 (63.67% from 255) = 48.07%
BLUE value IS 18 (7.42% from 255) = 5.34%
R=46.59%
G=48.07%
B=5.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal157162180.0300.890.3662.088035.29
Hex9DA2123059243e5023
Octal2352422230131447612043
Binary10011101101000101001011010110011001001111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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