#9DA00E

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

Shades of Lucky #9DA00E

Tints of Lucky #9DA00E

Color information

#9DA00E (or 0x9DA00E) is unknown color: approx Lucky. HEX triplet: 9D, A0 and 0E. RGB value is (157,160,14). Sum of RGB (Red+Green+Blue) = 157+160+14=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA00E is #625FF1. Grayscale: #8F8F8F. Windows color (decimal): -6447090 or 958621. OLE color: 958621.

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

Color convert

RGB15716014-
CMYK0.0200.910.37
HSL61.23º83.91%34.12%-
HSV(B)61.23º91.25%62.75%-
XYZ26.5532.345.26-
YUV142.4655.51138.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.43%
GREEN value IS 160 (62.89% from 255) = 48.34%
BLUE value IS 14 (5.86% from 255) = 4.23%
R=47.43%
G=48.34%
B=4.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal157160140.0200.910.3761.2383.9134.12
Hex9DA0E205B253d5422
Octal2352401620133457512442
Binary1001110110100000111010010110111001011111011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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