#8EE34E

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

Shades of Atlantis #8EE34E

Tints of Atlantis #8EE34E

Color information

#8EE34E (or 0x8EE34E) is unknown color: approx Atlantis. HEX triplet: 8E, E3 and 4E. RGB value is (142,227,78). Sum of RGB (Red+Green+Blue) = 142+227+78=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #8EE34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE34E is #711CB1. Grayscale: #B9B9B9. Windows color (decimal): -7412914 or 5170062. OLE color: 5170062.

HSL color Cylindrical-coordinate representation of color #8EE34E: hue angle of 94.23º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8EE34E is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB14222778-
CMYK0.3700.660.11
HSL94.23º72.68%59.8%-
HSV(B)94.23º65.64%89.02%-
XYZ4061.2416.92-
YUV184.667.8497.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.77%
GREEN value IS 227 (89.06% from 255) = 50.78%
BLUE value IS 78 (30.86% from 255) = 17.45%
R=31.77%
G=50.78%
B=17.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal142227780.3700.660.1194.2372.6859.8
Hex8EE34E25042B5e493c
Octal2163431164501021313611174
Binary1000111011100011100111010010101000010101110111101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,227,78); }

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

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

 a { background-color: rgb(142,227,78); }

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

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

 span { border-color: rgb(142,227,78); }

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