#8EDC4D

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

Shades of Atlantis #8EDC4D

Tints of Atlantis #8EDC4D

Color information

#8EDC4D (or 0x8EDC4D) is unknown color: approx Atlantis. HEX triplet: 8E, DC and 4D. RGB value is (142,220,77). Sum of RGB (Red+Green+Blue) = 142+220+77=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDC4D is #7123B2. Grayscale: #B4B4B4. Windows color (decimal): -7414707 or 5102734. OLE color: 5102734.

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

Color convert

RGB14222077-
CMYK0.3500.650.14
HSL92.73º67.14%58.24%-
HSV(B)92.73º65%86.27%-
XYZ38.0957.4716.11-
YUV180.3869.66100.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.35%
GREEN value IS 220 (86.33% from 255) = 50.11%
BLUE value IS 77 (30.47% from 255) = 17.54%
R=32.35%
G=50.11%
B=17.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142220770.3500.650.1492.7367.1458.24
Hex8EDC4D23041E5d433a
Octal2163341154301011613510372
Binary1000111011011100100110110001101000001111010111011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,220,77); }

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

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

 a { background-color: rgb(142,220,77); }

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

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

 span { border-color: rgb(142,220,77); }

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