#8EE740

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

Shades of Atlantis #8EE740

Tints of Atlantis #8EE740

Color information

#8EE740 (or 0x8EE740) is unknown color: approx Atlantis. HEX triplet: 8E, E7 and 40. RGB value is (142,231,64). Sum of RGB (Red+Green+Blue) = 142+231+64=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 231 (90.62% from 255 or 52.86% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 231 - color contains mainly: green. Hex color #8EE740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EE740 is #7118BF. Grayscale: #B9B9B9. Windows color (decimal): -7411904 or 4253582. OLE color: 4253582.

HSL color Cylindrical-coordinate representation of color #8EE740: hue angle of 91.98º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EE740 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB14223164-
CMYK0.3900.720.09
HSL91.98º77.67%57.84%-
HSV(B)91.98º72.29%90.59%-
XYZ40.6663.2714.92-
YUV185.3559.5197.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.49%
GREEN value IS 231 (90.62% from 255) = 52.86%
BLUE value IS 64 (25.39% from 255) = 14.65%
R=32.49%
G=52.86%
B=14.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal142231640.3900.720.0991.9877.6757.84
Hex8EE7402704895c4e3a
Octal2163471004701101113411672
Binary1000111011100111100000010011101001000100110111001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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