#9ECA4A

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

Shades of Atlantis #9ECA4A

Tints of Atlantis #9ECA4A

Color information

#9ECA4A (or 0x9ECA4A) is unknown color: approx Atlantis. HEX triplet: 9E, CA and 4A. RGB value is (158,202,74). Sum of RGB (Red+Green+Blue) = 158+202+74=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECA4A is #6135B5. Grayscale: #AEAEAE. Windows color (decimal): -6370742 or 4901534. OLE color: 4901534.

HSL color Cylindrical-coordinate representation of color #9ECA4A: hue angle of 80.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ECA4A is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB15820274-
CMYK0.2200.630.21
HSL80.62º54.7%54.12%-
HSV(B)80.62º63.37%79.22%-
XYZ36.465014.21-
YUV174.2571.42116.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.41%
GREEN value IS 202 (79.30% from 255) = 46.54%
BLUE value IS 74 (29.30% from 255) = 17.05%
R=36.41%
G=46.54%
B=17.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal158202740.2200.630.2180.6254.754.12
Hex9ECA4A1603F15513736
Octal23631211226077251216766
Binary10011110110010101001010101100111111101011010001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,202,74); }

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

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

 a { background-color: rgb(158,202,74); }

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

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

 span { border-color: rgb(158,202,74); }

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