#9ECB55

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

Shades of Atlantis #9ECB55

Tints of Atlantis #9ECB55

Color information

#9ECB55 (or 0x9ECB55) is unknown color: approx Atlantis. HEX triplet: 9E, CB and 55. RGB value is (158,203,85). Sum of RGB (Red+Green+Blue) = 158+203+85=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB55 is #6134AA. Grayscale: #B0B0B0. Windows color (decimal): -6370475 or 5622686. OLE color: 5622686.

HSL color Cylindrical-coordinate representation of color #9ECB55: hue angle of 82.88º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9ECB55 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB15820385-
CMYK0.2200.580.20
HSL82.88º53.15%56.47%-
HSV(B)82.88º58.13%79.61%-
XYZ37.150.6416.41-
YUV176.0976.59115.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.43%
GREEN value IS 203 (79.69% from 255) = 45.52%
BLUE value IS 85 (33.59% from 255) = 19.06%
R=35.43%
G=45.52%
B=19.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158203850.2200.580.2082.8853.1556.47
Hex9ECB551603A14533538
Octal23631312526072241236570
Binary10011110110010111010101101100111010101001010011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,203,85); }

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

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

 a { background-color: rgb(158,203,85); }

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

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

 span { border-color: rgb(158,203,85); }

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