#8ED943

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

Shades of Atlantis #8ED943

Tints of Atlantis #8ED943

Color information

#8ED943 (or 0x8ED943) is unknown color: approx Atlantis. HEX triplet: 8E, D9 and 43. RGB value is (142,217,67). Sum of RGB (Red+Green+Blue) = 142+217+67=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 67 (26.56% from 255 or 15.73% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED943 is #7126BC. Grayscale: #B2B2B2. Windows color (decimal): -7415485 or 4446606. OLE color: 4446606.

HSL color Cylindrical-coordinate representation of color #8ED943: hue angle of 90º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8ED943 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB14221767-
CMYK0.3500.690.15
HSL90º66.37%55.69%-
HSV(B)90º69.12%85.1%-
XYZ36.9855.7814.13-
YUV177.4865.65102.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 217 (85.16% from 255) = 50.94%
BLUE value IS 67 (26.56% from 255) = 15.73%
R=33.33%
G=50.94%
B=15.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142217670.3500.690.159066.3755.69
Hex8ED94323045F5a4238
Octal2163311034301051713210270
Binary1000111011011001100001110001101000101111110110101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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