#8EC43F

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

Shades of Atlantis #8EC43F

Tints of Atlantis #8EC43F

Color information

#8EC43F (or 0x8EC43F) is unknown color: approx Atlantis. HEX triplet: 8E, C4 and 3F. RGB value is (142,196,63). Sum of RGB (Red+Green+Blue) = 142+196+63=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC43F is #713BC0. Grayscale: #A5A5A5. Windows color (decimal): -7420865 or 4179086. OLE color: 4179086.

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

Color convert

RGB14219663-
CMYK0.2800.680.23
HSL84.36º52.99%50.78%-
HSV(B)84.36º67.86%76.86%-
XYZ31.7945.5911.83-
YUV164.6970.61111.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.41%
GREEN value IS 196 (76.95% from 255) = 48.88%
BLUE value IS 63 (25% from 255) = 15.71%
R=35.41%
G=48.88%
B=15.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal142196630.2800.680.2384.3652.9950.78
Hex8EC43F1C04417543533
Octal21630477340104271246563
Binary10001110110001001111111110001000100101111010100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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