#8EC149

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

Shades of Atlantis #8EC149

Tints of Atlantis #8EC149

Color information

#8EC149 (or 0x8EC149) is unknown color: approx Atlantis. HEX triplet: 8E, C1 and 49. RGB value is (142,193,73). Sum of RGB (Red+Green+Blue) = 142+193+73=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC149 is #713EB6. Grayscale: #A4A4A4. Windows color (decimal): -7421623 or 4833678. OLE color: 4833678.

HSL color Cylindrical-coordinate representation of color #8EC149: hue angle of 85.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8EC149 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB14219373-
CMYK0.2600.620.24
HSL85.5º49.18%52.16%-
HSV(B)85.5º62.18%75.69%-
XYZ31.4344.3713.21-
YUV164.0776.6112.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.80%
GREEN value IS 193 (75.78% from 255) = 47.30%
BLUE value IS 73 (28.91% from 255) = 17.89%
R=34.80%
G=47.30%
B=17.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142193730.2600.620.2485.549.1852.16
Hex8EC1491A03E18563134
Octal21630111132076301266164
Binary10001110110000011001001110100111110110001010110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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