#8ED940

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

Shades of Atlantis #8ED940

Tints of Atlantis #8ED940

Color information

#8ED940 (or 0x8ED940) is unknown color: approx Atlantis. HEX triplet: 8E, D9 and 40. RGB value is (142,217,64). Sum of RGB (Red+Green+Blue) = 142+217+64=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED940 is #7126BF. Grayscale: #B1B1B1. Windows color (decimal): -7415488 or 4249998. OLE color: 4249998.

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

Color convert

RGB14221764-
CMYK0.3500.710.15
HSL89.41º66.81%55.1%-
HSV(B)89.41º70.51%85.1%-
XYZ36.8955.7513.67-
YUV177.1364.15102.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.57%
GREEN value IS 217 (85.16% from 255) = 51.30%
BLUE value IS 64 (25.39% from 255) = 15.13%
R=33.57%
G=51.30%
B=15.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142217640.3500.710.1589.4166.8155.1
Hex8ED94023047F594337
Octal2163311004301071713110367
Binary1000111011011001100000010001101000111111110110011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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