#8ECF47

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

Shades of Atlantis #8ECF47

Tints of Atlantis #8ECF47

Color information

#8ECF47 (or 0x8ECF47) is unknown color: approx Atlantis. HEX triplet: 8E, CF and 47. RGB value is (142,207,71). Sum of RGB (Red+Green+Blue) = 142+207+71=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECF47 is #7130B8. Grayscale: #ACACAC. Windows color (decimal): -7418041 or 4706190. OLE color: 4706190.

HSL color Cylindrical-coordinate representation of color #8ECF47: hue angle of 88.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ECF47 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB14220771-
CMYK0.3100.660.19
HSL88.68º58.62%54.51%-
HSV(B)88.68º65.7%81.18%-
XYZ34.6150.8313.95-
YUV172.0670.97106.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.81%
GREEN value IS 207 (81.25% from 255) = 49.29%
BLUE value IS 71 (28.12% from 255) = 16.90%
R=33.81%
G=49.29%
B=16.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142207710.3100.660.1988.6858.6254.51
Hex8ECF471F04213593b37
Octal216317107370102231317367
Binary100011101100111110001111111101000010100111011001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,207,71); }

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

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

 a { background-color: rgb(142,207,71); }

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

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

 span { border-color: rgb(142,207,71); }

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