#9ECB4E

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

Shades of Atlantis #9ECB4E

Tints of Atlantis #9ECB4E

Color information

#9ECB4E (or 0x9ECB4E) is unknown color: approx Atlantis. HEX triplet: 9E, CB and 4E. RGB value is (158,203,78). Sum of RGB (Red+Green+Blue) = 158+203+78=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB4E is #6134B1. Grayscale: #AFAFAF. Windows color (decimal): -6370482 or 5163934. OLE color: 5163934.

HSL color Cylindrical-coordinate representation of color #9ECB4E: hue angle of 81.6º degrees, saturation: 0.55, 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 #9ECB4E is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB15820378-
CMYK0.2200.620.20
HSL81.6º54.59%55.1%-
HSV(B)81.6º61.58%79.61%-
XYZ36.8350.5315.02-
YUV175.373.09115.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.99%
GREEN value IS 203 (79.69% from 255) = 46.24%
BLUE value IS 78 (30.86% from 255) = 17.77%
R=35.99%
G=46.24%
B=17.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158203780.2200.620.2081.654.5955.1
Hex9ECB4E1603E14523737
Octal23631311626076241226767
Binary10011110110010111001110101100111110101001010010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,203,78); }

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

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

 a { background-color: rgb(158,203,78); }

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

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

 span { border-color: rgb(158,203,78); }

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