#8EC440

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

Shades of Atlantis #8EC440

Tints of Atlantis #8EC440

Color information

#8EC440 (or 0x8EC440) is unknown color: approx Atlantis. HEX triplet: 8E, C4 and 40. RGB value is (142,196,64). Sum of RGB (Red+Green+Blue) = 142+196+64=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC440 is #713BBF. Grayscale: #A5A5A5. Windows color (decimal): -7420864 or 4244622. OLE color: 4244622.

HSL color Cylindrical-coordinate representation of color #8EC440: hue angle of 84.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EC440 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB14219664-
CMYK0.2800.670.23
HSL84.55º52.8%50.98%-
HSV(B)84.55º67.35%76.86%-
XYZ31.8245.611.98-
YUV164.8171.11111.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.32%
GREEN value IS 196 (76.95% from 255) = 48.76%
BLUE value IS 64 (25.39% from 255) = 15.92%
R=35.32%
G=48.76%
B=15.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal142196640.2800.670.2384.5552.850.98
Hex8EC4401C04317553533
Octal216304100340103271256563
Binary100011101100010010000001110001000011101111010101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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