#9EC04E

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

Shades of Atlantis #9EC04E

Tints of Atlantis #9EC04E

Color information

#9EC04E (or 0x9EC04E) is unknown color: approx Atlantis. HEX triplet: 9E, C0 and 4E. RGB value is (158,192,78). Sum of RGB (Red+Green+Blue) = 158+192+78=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC04E is #613FB1. Grayscale: #A9A9A9. Windows color (decimal): -6373298 or 5161118. OLE color: 5161118.

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

Color convert

RGB15819278-
CMYK0.1800.590.25
HSL77.89º47.5%52.94%-
HSV(B)77.89º59.38%75.29%-
XYZ34.3345.5214.18-
YUV168.8476.74120.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.92%
GREEN value IS 192 (75.39% from 255) = 44.86%
BLUE value IS 78 (30.86% from 255) = 18.22%
R=36.92%
G=44.86%
B=18.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158192780.1800.590.2577.8947.552.94
Hex9EC04E1203B194e3035
Octal23630011622073311166065
Binary10011110110000001001110100100111011110011001110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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