#8EC943

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

Shades of Atlantis #8EC943

Tints of Atlantis #8EC943

Color information

#8EC943 (or 0x8EC943) is unknown color: approx Atlantis. HEX triplet: 8E, C9 and 43. RGB value is (142,201,67). Sum of RGB (Red+Green+Blue) = 142+201+67=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 67 (26.56% from 255 or 16.34% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC943 is #7136BC. Grayscale: #A8A8A8. Windows color (decimal): -7419581 or 4442510. OLE color: 4442510.

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

Color convert

RGB14220167-
CMYK0.2900.670.21
HSL86.42º55.37%52.55%-
HSV(B)86.42º66.67%78.82%-
XYZ33.0647.9312.82-
YUV168.0870.95109.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.63%
GREEN value IS 201 (78.91% from 255) = 49.02%
BLUE value IS 67 (26.56% from 255) = 16.34%
R=34.63%
G=49.02%
B=16.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142201670.2900.670.2186.4255.3752.55
Hex8EC9431D04315563735
Octal216311103350103251266765
Binary100011101100100110000111110101000011101011010110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,201,67); }

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

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

 a { background-color: rgb(142,201,67); }

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

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

 span { border-color: rgb(142,201,67); }

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