#9EC541

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

Shades of Atlantis #9EC541

Tints of Atlantis #9EC541

Color information

#9EC541 (or 0x9EC541) is unknown color: approx Atlantis. HEX triplet: 9E, C5 and 41. RGB value is (158,197,65). Sum of RGB (Red+Green+Blue) = 158+197+65=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC541 is #613ABE. Grayscale: #AAAAAA. Windows color (decimal): -6372031 or 4310430. OLE color: 4310430.

HSL color Cylindrical-coordinate representation of color #9EC541: hue angle of 77.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EC541 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB15819765-
CMYK0.2000.670.23
HSL77.73º53.23%51.37%-
HSV(B)77.73º67.01%77.25%-
XYZ35.0247.5812.34-
YUV170.2968.58119.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.62%
GREEN value IS 197 (77.34% from 255) = 46.90%
BLUE value IS 65 (25.78% from 255) = 15.48%
R=37.62%
G=46.90%
B=15.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal158197650.2000.670.2377.7353.2351.37
Hex9EC54114043174e3533
Octal236305101240103271166563
Binary100111101100010110000011010001000011101111001110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,197,65); }

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

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

 a { background-color: rgb(158,197,65); }

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

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

 span { border-color: rgb(158,197,65); }

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