#8ED846

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

Shades of Atlantis #8ED846

Tints of Atlantis #8ED846

Color information

#8ED846 (or 0x8ED846) is unknown color: approx Atlantis. HEX triplet: 8E, D8 and 46. RGB value is (142,216,70). Sum of RGB (Red+Green+Blue) = 142+216+70=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED846 is #7127B9. Grayscale: #B1B1B1. Windows color (decimal): -7415738 or 4642958. OLE color: 4642958.

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

Color convert

RGB14221670-
CMYK0.3400.680.15
HSL90.41º65.18%56.08%-
HSV(B)90.41º67.59%84.71%-
XYZ36.8255.314.53-
YUV177.2367.48102.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.18%
GREEN value IS 216 (84.77% from 255) = 50.47%
BLUE value IS 70 (27.73% from 255) = 16.36%
R=33.18%
G=50.47%
B=16.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142216700.3400.680.1590.4165.1856.08
Hex8ED84622044F5a4138
Octal2163301064201041713210170
Binary1000111011011000100011010001001000100111110110101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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