#9ECD4D

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

Shades of Atlantis #9ECD4D

Tints of Atlantis #9ECD4D

Color information

#9ECD4D (or 0x9ECD4D) is unknown color: approx Atlantis. HEX triplet: 9E, CD and 4D. RGB value is (158,205,77). Sum of RGB (Red+Green+Blue) = 158+205+77=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD4D is #6132B2. Grayscale: #B0B0B0. Windows color (decimal): -6369971 or 5098910. OLE color: 5098910.

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

Color convert

RGB15820577-
CMYK0.2300.620.20
HSL82.03º56.14%55.29%-
HSV(B)82.03º62.44%80.39%-
XYZ37.2751.4714.99-
YUV176.3671.93114.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.91%
GREEN value IS 205 (80.47% from 255) = 46.59%
BLUE value IS 77 (30.47% from 255) = 17.5%
R=35.91%
G=46.59%
B=17.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158205770.2300.620.2082.0356.1455.29
Hex9ECD4D1703E14523837
Octal23631511527076241227067
Binary10011110110011011001101101110111110101001010010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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