#9ec03e

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

Shades of Atlantis #9EC03E

Tints of Atlantis #9EC03E

Color information

#9EC03E (or 0x9EC03E) is unknown color: approx Atlantis. HEX triplet: 9E, C0 and 3E. RGB value is (158,192,62). Sum of RGB (Red+Green+Blue) = 158+192+62=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC03E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC03E is #613FC1. Grayscale: #A7A7A7. Windows color (decimal): -6373314 or 4112542. OLE color: 4112542.

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

Color convert

RGB15819262-
CMYK0.1800.680.25
HSL75.69º51.18%49.8%-
HSV(B)75.69º67.71%75.29%-
XYZ33.8245.3211.52-
YUV167.0168.74121.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.35%
GREEN value IS 192 (75.39% from 255) = 46.60%
BLUE value IS 62 (24.61% from 255) = 15.05%
R=38.35%
G=46.60%
B=15.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158192620.1800.680.2575.6951.1849.8
Hex9EC03E12044194c3332
Octal23630076220104311146362
Binary10011110110000001111101001001000100110011001100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ec03e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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