#9EC555

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

Shades of Atlantis #9EC555

Tints of Atlantis #9EC555

Color information

#9EC555 (or 0x9EC555) is unknown color: approx Atlantis. HEX triplet: 9E, C5 and 55. RGB value is (158,197,85). Sum of RGB (Red+Green+Blue) = 158+197+85=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC555 is #613AAA. Grayscale: #ACACAC. Windows color (decimal): -6372011 or 5621150. OLE color: 5621150.

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

Color convert

RGB15819785-
CMYK0.2000.570.23
HSL80.89º49.12%55.29%-
HSV(B)80.89º56.85%77.25%-
XYZ35.7147.8615.95-
YUV172.5778.58117.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.91%
GREEN value IS 197 (77.34% from 255) = 44.77%
BLUE value IS 85 (33.59% from 255) = 19.32%
R=35.91%
G=44.77%
B=19.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal158197850.2000.570.2380.8949.1255.29
Hex9EC5551403917513137
Octal23630512524071271216167
Binary10011110110001011010101101000111001101111010001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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