#8EC43E

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

Shades of Atlantis #8EC43E

Tints of Atlantis #8EC43E

Color information

#8EC43E (or 0x8EC43E) is unknown color: approx Atlantis. HEX triplet: 8E, C4 and 3E. RGB value is (142,196,62). Sum of RGB (Red+Green+Blue) = 142+196+62=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC43E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC43E is #713BC1. Grayscale: #A5A5A5. Windows color (decimal): -7420866 or 4113550. OLE color: 4113550.

HSL color Cylindrical-coordinate representation of color #8EC43E: hue angle of 84.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EC43E is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB14219662-
CMYK0.2800.680.23
HSL84.18º53.17%50.59%-
HSV(B)84.18º68.37%76.86%-
XYZ31.7645.5811.68-
YUV164.5870.11111.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.5%
GREEN value IS 196 (76.95% from 255) = 49%
BLUE value IS 62 (24.61% from 255) = 15.5%
R=35.5%
G=49%
B=15.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal142196620.2800.680.2384.1853.1750.59
Hex8EC43E1C04417543533
Octal21630476340104271246563
Binary10001110110001001111101110001000100101111010100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,196,62); }

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

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

 a { background-color: rgb(142,196,62); }

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

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

 span { border-color: rgb(142,196,62); }

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