#8EED3D

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

Shades of Atlantis #8EED3D

Tints of Atlantis #8EED3D

Color information

#8EED3D (or 0x8EED3D) is unknown color: approx Atlantis. HEX triplet: 8E, ED and 3D. RGB value is (142,237,61). Sum of RGB (Red+Green+Blue) = 142+237+61=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 237 (92.97% from 255 or 53.86% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EED3D is #7112C2. Grayscale: #BDBDBD. Windows color (decimal): -7410371 or 4058510. OLE color: 4058510.

HSL color Cylindrical-coordinate representation of color #8EED3D: hue angle of 92.39º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8EED3D is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB14223761-
CMYK0.4000.740.07
HSL92.39º83.02%58.43%-
HSV(B)92.39º74.26%92.94%-
XYZ42.2866.6615.05-
YUV188.5356.0394.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.27%
GREEN value IS 237 (92.97% from 255) = 53.86%
BLUE value IS 61 (24.22% from 255) = 13.86%
R=32.27%
G=53.86%
B=13.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142237610.4000.740.0792.3983.0258.43
Hex8EED3D2804A75c533a
Octal21635575500112713412372
Binary10001110111011011111011010000100101011110111001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EED3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,237,61); }

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

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

 a { background-color: rgb(142,237,61); }

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

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

 span { border-color: rgb(142,237,61); }

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