#8ED342

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

Shades of Atlantis #8ED342

Tints of Atlantis #8ED342

Color information

#8ED342 (or 0x8ED342) is unknown color: approx Atlantis. HEX triplet: 8E, D3 and 42. RGB value is (142,211,66). Sum of RGB (Red+Green+Blue) = 142+211+66=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED342 is #712CBD. Grayscale: #AEAEAE. Windows color (decimal): -7417022 or 4379534. OLE color: 4379534.

HSL color Cylindrical-coordinate representation of color #8ED342: hue angle of 88.55º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8ED342 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB14221166-
CMYK0.3300.690.17
HSL88.55º62.23%54.31%-
HSV(B)88.55º68.72%82.75%-
XYZ35.4352.7313.47-
YUV173.8467.14105.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.89%
GREEN value IS 211 (82.81% from 255) = 50.36%
BLUE value IS 66 (26.17% from 255) = 15.75%
R=33.89%
G=50.36%
B=15.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal142211660.3300.690.1788.5562.2354.31
Hex8ED3422104511593e36
Octal216323102410105211317666
Binary1000111011010011100001010000101000101100011011001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,211,66); }

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

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

 a { background-color: rgb(142,211,66); }

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

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

 span { border-color: rgb(142,211,66); }

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