#8ED349

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

Shades of Atlantis #8ED349

Tints of Atlantis #8ED349

Color information

#8ED349 (or 0x8ED349) is unknown color: approx Atlantis. HEX triplet: 8E, D3 and 49. RGB value is (142,211,73). Sum of RGB (Red+Green+Blue) = 142+211+73=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED349 is #712CB6. Grayscale: #AFAFAF. Windows color (decimal): -7417015 or 4838286. OLE color: 4838286.

HSL color Cylindrical-coordinate representation of color #8ED349: hue angle of 90º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8ED349 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB14221173-
CMYK0.3300.650.17
HSL90º61.06%55.69%-
HSV(B)90º65.4%82.75%-
XYZ35.6552.8214.62-
YUV174.6470.64104.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 211 (82.81% from 255) = 49.53%
BLUE value IS 73 (28.91% from 255) = 17.14%
R=33.33%
G=49.53%
B=17.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal142211730.3300.650.179061.0655.69
Hex8ED34921041115a3d38
Octal216323111410101211327570
Binary1000111011010011100100110000101000001100011011010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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