#9EC140

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

Shades of Atlantis #9EC140

Tints of Atlantis #9EC140

Color information

#9EC140 (or 0x9EC140) is unknown color: approx Atlantis. HEX triplet: 9E, C1 and 40. RGB value is (158,193,64). Sum of RGB (Red+Green+Blue) = 158+193+64=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC140 is #613EBF. Grayscale: #A8A8A8. Windows color (decimal): -6373056 or 4243870. OLE color: 4243870.

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

Color convert

RGB15819364-
CMYK0.1800.670.24
HSL76.28º50.99%50.39%-
HSV(B)76.28º66.84%75.69%-
XYZ34.145.7811.89-
YUV167.8369.4120.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.07%
GREEN value IS 193 (75.78% from 255) = 46.51%
BLUE value IS 64 (25.39% from 255) = 15.42%
R=38.07%
G=46.51%
B=15.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal158193640.1800.670.2476.2850.9950.39
Hex9EC14012043184c3332
Octal236301100220103301146362
Binary100111101100000110000001001001000011110001001100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,193,64); }

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

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

 a { background-color: rgb(158,193,64); }

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

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

 span { border-color: rgb(158,193,64); }

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