#8ED540

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

Shades of Atlantis #8ED540

Tints of Atlantis #8ED540

Color information

#8ED540 (or 0x8ED540) is unknown color: approx Atlantis. HEX triplet: 8E, D5 and 40. RGB value is (142,213,64). Sum of RGB (Red+Green+Blue) = 142+213+64=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED540 is #712ABF. Grayscale: #AFAFAF. Windows color (decimal): -7416512 or 4248974. OLE color: 4248974.

HSL color Cylindrical-coordinate representation of color #8ED540: hue angle of 88.59º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8ED540 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB14221364-
CMYK0.3300.700.16
HSL88.59º63.95%54.31%-
HSV(B)88.59º69.95%83.53%-
XYZ35.8753.7113.33-
YUV174.7865.48104.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.89%
GREEN value IS 213 (83.59% from 255) = 50.84%
BLUE value IS 64 (25.39% from 255) = 15.27%
R=33.89%
G=50.84%
B=15.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal142213640.3300.700.1688.5963.9554.31
Hex8ED5402104610594036
Octal2163251004101062013110066
Binary10001110110101011000000100001010001101000010110011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,213,64); }

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

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

 a { background-color: rgb(142,213,64); }

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

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

 span { border-color: rgb(142,213,64); }

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