#9EC049

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

Shades of Atlantis #9EC049

Tints of Atlantis #9EC049

Color information

#9EC049 (or 0x9EC049) is unknown color: approx Atlantis. HEX triplet: 9E, C0 and 49. RGB value is (158,192,73). Sum of RGB (Red+Green+Blue) = 158+192+73=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC049 is #613FB6. Grayscale: #A8A8A8. Windows color (decimal): -6373303 or 4833438. OLE color: 4833438.

HSL color Cylindrical-coordinate representation of color #9EC049: hue angle of 77.14º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EC049 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB15819273-
CMYK0.1800.620.25
HSL77.14º48.57%51.96%-
HSV(B)77.14º61.98%75.29%-
XYZ34.1545.4513.28-
YUV168.2774.24120.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.35%
GREEN value IS 192 (75.39% from 255) = 45.39%
BLUE value IS 73 (28.91% from 255) = 17.26%
R=37.35%
G=45.39%
B=17.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158192730.1800.620.2577.1448.5751.96
Hex9EC0491203E194d3134
Octal23630011122076311156164
Binary10011110110000001001001100100111110110011001101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,192,73); }

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

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

 a { background-color: rgb(158,192,73); }

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

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

 span { border-color: rgb(158,192,73); }

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