#9ECD38

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

Shades of Atlantis #9ECD38

Tints of Atlantis #9ECD38

Color information

#9ECD38 (or 0x9ECD38) is unknown color: approx Atlantis. HEX triplet: 9E, CD and 38. RGB value is (158,205,56). Sum of RGB (Red+Green+Blue) = 158+205+56=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECD38 is #6132C7. Grayscale: #AEAEAE. Windows color (decimal): -6369992 or 3722654. OLE color: 3722654.

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

Color convert

RGB15820556-
CMYK0.2300.730.20
HSL78.93º59.84%51.18%-
HSV(B)78.93º72.68%80.39%-
XYZ36.6551.2211.7-
YUV173.9661.43116.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.71%
GREEN value IS 205 (80.47% from 255) = 48.93%
BLUE value IS 56 (22.27% from 255) = 13.37%
R=37.71%
G=48.93%
B=13.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158205560.2300.730.2078.9359.8451.18
Hex9ECD3817049144f3c33
Octal23631570270111241177463
Binary10011110110011011110001011101001001101001001111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,205,56); }

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

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

 a { background-color: rgb(158,205,56); }

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

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

 span { border-color: rgb(158,205,56); }

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