#9ECD41

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

Shades of Atlantis #9ECD41

Tints of Atlantis #9ECD41

Color information

#9ECD41 (or 0x9ECD41) is unknown color: approx Atlantis. HEX triplet: 9E, CD and 41. RGB value is (158,205,65). Sum of RGB (Red+Green+Blue) = 158+205+65=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECD41 is #6132BE. Grayscale: #AFAFAF. Windows color (decimal): -6369983 or 4312478. OLE color: 4312478.

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

Color convert

RGB15820565-
CMYK0.2300.680.20
HSL80.14º58.33%52.94%-
HSV(B)80.14º68.29%80.39%-
XYZ36.8951.3112.96-
YUV174.9965.93115.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.92%
GREEN value IS 205 (80.47% from 255) = 47.90%
BLUE value IS 65 (25.78% from 255) = 15.19%
R=36.92%
G=47.90%
B=15.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158205650.2300.680.2080.1458.3352.94
Hex9ECD411704414503a35
Octal236315101270104241207265
Binary100111101100110110000011011101000100101001010000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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