#8ECA49

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

Shades of Atlantis #8ECA49

Tints of Atlantis #8ECA49

Color information

#8ECA49 (or 0x8ECA49) is unknown color: approx Atlantis. HEX triplet: 8E, CA and 49. RGB value is (142,202,73). Sum of RGB (Red+Green+Blue) = 142+202+73=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECA49 is #7135B6. Grayscale: #A9A9A9. Windows color (decimal): -7419319 or 4835982. OLE color: 4835982.

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

Color convert

RGB14220273-
CMYK0.3000.640.21
HSL87.91º54.89%53.92%-
HSV(B)87.91º63.86%79.22%-
XYZ33.4848.4713.9-
YUV169.3573.62108.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 202 (79.30% from 255) = 48.44%
BLUE value IS 73 (28.91% from 255) = 17.51%
R=34.05%
G=48.44%
B=17.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142202730.3000.640.2187.9154.8953.92
Hex8ECA491E04015583736
Octal216312111360100251306766
Binary100011101100101010010011111001000000101011011000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ECA49; }

 p { color: rgb(142,202,73); }

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

<style>
 a { background-color: #8ECA49; }

 a { background-color: rgb(142,202,73); }

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

<style>
 span { border-color: #8ECA49; }

 span { border-color: rgb(142,202,73); }

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