#8EDD46

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

Shades of Atlantis #8EDD46

Tints of Atlantis #8EDD46

Color information

#8EDD46 (or 0x8EDD46) is unknown color: approx Atlantis. HEX triplet: 8E, DD and 46. RGB value is (142,221,70). Sum of RGB (Red+Green+Blue) = 142+221+70=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDD46 is #7122B9. Grayscale: #B4B4B4. Windows color (decimal): -7414458 or 4644238. OLE color: 4644238.

HSL color Cylindrical-coordinate representation of color #8EDD46: hue angle of 91.39º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EDD46 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB14222170-
CMYK0.3600.680.13
HSL91.39º68.95%57.06%-
HSV(B)91.39º68.33%86.67%-
XYZ38.1257.9114.96-
YUV180.1665.83100.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.79%
GREEN value IS 221 (86.72% from 255) = 51.04%
BLUE value IS 70 (27.73% from 255) = 16.17%
R=32.79%
G=51.04%
B=16.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142221700.3600.680.1391.3968.9557.06
Hex8EDD4624044D5b4539
Octal2163351064401041513310571
Binary1000111011011101100011010010001000100110110110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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