#8ED847

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

Shades of Atlantis #8ED847

Tints of Atlantis #8ED847

Color information

#8ED847 (or 0x8ED847) is unknown color: approx Atlantis. HEX triplet: 8E, D8 and 47. RGB value is (142,216,71). Sum of RGB (Red+Green+Blue) = 142+216+71=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED847 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED847 is #7127B8. Grayscale: #B1B1B1. Windows color (decimal): -7415737 or 4708494. OLE color: 4708494.

HSL color Cylindrical-coordinate representation of color #8ED847: hue angle of 90.62º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8ED847 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB14221671-
CMYK0.3400.670.15
HSL90.62º65.02%56.27%-
HSV(B)90.62º67.13%84.71%-
XYZ36.8555.3214.7-
YUV177.3467.98102.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 216 (84.77% from 255) = 50.35%
BLUE value IS 71 (28.12% from 255) = 16.55%
R=33.10%
G=50.35%
B=16.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142216710.3400.670.1590.6265.0256.27
Hex8ED84722043F5b4138
Octal2163301074201031713310170
Binary1000111011011000100011110001001000011111110110111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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