#8EDA50

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

Shades of Atlantis #8EDA50

Tints of Atlantis #8EDA50

Color information

#8EDA50 (or 0x8EDA50) is unknown color: approx Atlantis. HEX triplet: 8E, DA and 50. RGB value is (142,218,80). Sum of RGB (Red+Green+Blue) = 142+218+80=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA50 is #7125AF. Grayscale: #B4B4B4. Windows color (decimal): -7415216 or 5298830. OLE color: 5298830.

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

Color convert

RGB14221880-
CMYK0.3500.630.15
HSL93.04º65.09%58.43%-
HSV(B)93.04º63.3%85.49%-
XYZ37.6756.4716.5-
YUV179.5471.82101.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.27%
GREEN value IS 218 (85.55% from 255) = 49.55%
BLUE value IS 80 (31.64% from 255) = 18.18%
R=32.27%
G=49.55%
B=18.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142218800.3500.630.1593.0465.0958.43
Hex8EDA502303FF5d413a
Octal216332120430771713510172
Binary100011101101101010100001000110111111111110111011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,218,80); }

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

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

 a { background-color: rgb(142,218,80); }

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

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

 span { border-color: rgb(142,218,80); }

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