#8EEC43

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

Shades of Atlantis #8EEC43

Tints of Atlantis #8EEC43

Color information

#8EEC43 (or 0x8EEC43) is unknown color: approx Atlantis. HEX triplet: 8E, EC and 43. RGB value is (142,236,67). Sum of RGB (Red+Green+Blue) = 142+236+67=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 236 (92.58% from 255 or 53.03% from 445); Blue value is 67 (26.56% from 255 or 15.06% from 445); Max value from RGB is 236 - color contains mainly: green. Hex color #8EEC43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EEC43 is #7113BC. Grayscale: #BDBDBD. Windows color (decimal): -7410621 or 4451470. OLE color: 4451470.

HSL color Cylindrical-coordinate representation of color #8EEC43: hue angle of 93.37º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EEC43 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB14223667-
CMYK0.4000.720.07
HSL93.37º81.64%59.41%-
HSV(B)93.37º71.61%92.55%-
XYZ42.1666.1515.86-
YUV188.6359.3694.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 236 (92.58% from 255) = 53.03%
BLUE value IS 67 (26.56% from 255) = 15.06%
R=31.91%
G=53.03%
B=15.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142236670.4000.720.0793.3781.6459.41
Hex8EEC432804875d523b
Octal216354103500110713512273
Binary100011101110110010000111010000100100011110111011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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