#8ED44F

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

Shades of Atlantis #8ED44F

Tints of Atlantis #8ED44F

Color information

#8ED44F (or 0x8ED44F) is unknown color: approx Atlantis. HEX triplet: 8E, D4 and 4F. RGB value is (142,212,79). Sum of RGB (Red+Green+Blue) = 142+212+79=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED44F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED44F is #712BB0. Grayscale: #B0B0B0. Windows color (decimal): -7416753 or 5231758. OLE color: 5231758.

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

Color convert

RGB14221279-
CMYK0.3300.630.17
HSL91.58º60.73%57.06%-
HSV(B)91.58º62.74%83.14%-
XYZ36.1153.415.8-
YUV175.9173.31103.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.79%
GREEN value IS 212 (83.20% from 255) = 48.96%
BLUE value IS 79 (31.25% from 255) = 18.24%
R=32.79%
G=48.96%
B=18.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal142212790.3300.630.1791.5860.7357.06
Hex8ED44F2103F115c3d39
Octal21632411741077211347571
Binary100011101101010010011111000010111111100011011100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,212,79); }

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

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

 a { background-color: rgb(142,212,79); }

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

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

 span { border-color: rgb(142,212,79); }

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