#9ECD52

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

Shades of Atlantis #9ECD52

Tints of Atlantis #9ECD52

Color information

#9ECD52 (or 0x9ECD52) is unknown color: approx Atlantis. HEX triplet: 9E, CD and 52. RGB value is (158,205,82). Sum of RGB (Red+Green+Blue) = 158+205+82=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD52 is #6132AD. Grayscale: #B1B1B1. Windows color (decimal): -6369966 or 5426590. OLE color: 5426590.

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

Color convert

RGB15820582-
CMYK0.2300.60.20
HSL82.93º55.16%56.27%-
HSV(B)82.93º60%80.39%-
XYZ37.4551.5415.96-
YUV176.9274.43114.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.51%
GREEN value IS 205 (80.47% from 255) = 46.07%
BLUE value IS 82 (32.42% from 255) = 18.43%
R=35.51%
G=46.07%
B=18.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158205820.2300.60.2082.9355.1656.27
Hex9ECD521703C14533738
Octal23631512227074241236770
Binary10011110110011011010010101110111100101001010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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