#8ED043

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

Shades of Atlantis #8ED043

Tints of Atlantis #8ED043

Color information

#8ED043 (or 0x8ED043) is unknown color: approx Atlantis. HEX triplet: 8E, D0 and 43. RGB value is (142,208,67). Sum of RGB (Red+Green+Blue) = 142+208+67=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED043 is #712FBC. Grayscale: #ACACAC. Windows color (decimal): -7417789 or 4444302. OLE color: 4444302.

HSL color Cylindrical-coordinate representation of color #8ED043: hue angle of 88.09º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8ED043 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB14220867-
CMYK0.3200.680.18
HSL88.09º60%53.92%-
HSV(B)88.09º67.79%81.57%-
XYZ34.7251.2713.38-
YUV172.1968.63106.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 208 (81.64% from 255) = 49.88%
BLUE value IS 67 (26.56% from 255) = 16.07%
R=34.05%
G=49.88%
B=16.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142208670.3200.680.1888.096053.92
Hex8ED0432004412583c36
Octal216320103400104221307466
Binary1000111011010000100001110000001000100100101011000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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