#8ED649

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

Shades of Atlantis #8ED649

Tints of Atlantis #8ED649

Color information

#8ED649 (or 0x8ED649) is unknown color: approx Atlantis. HEX triplet: 8E, D6 and 49. RGB value is (142,214,73). Sum of RGB (Red+Green+Blue) = 142+214+73=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED649 is #7129B6. Grayscale: #B0B0B0. Windows color (decimal): -7416247 or 4839054. OLE color: 4839054.

HSL color Cylindrical-coordinate representation of color #8ED649: hue angle of 90.64º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ED649 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB14221473-
CMYK0.3400.660.16
HSL90.64º63.23%56.27%-
HSV(B)90.64º65.89%83.92%-
XYZ36.454.3214.87-
YUV176.469.65103.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 214 (83.98% from 255) = 49.88%
BLUE value IS 73 (28.91% from 255) = 17.02%
R=33.10%
G=49.88%
B=17.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal142214730.3400.660.1690.6463.2356.27
Hex8ED64922042105b3f38
Octal216326111420102201337770
Binary1000111011010110100100110001001000010100001011011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,214,73); }

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

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

 a { background-color: rgb(142,214,73); }

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

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

 span { border-color: rgb(142,214,73); }

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