#8EEA49

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

Shades of Atlantis #8EEA49

Tints of Atlantis #8EEA49

Color information

#8EEA49 (or 0x8EEA49) is unknown color: approx Atlantis. HEX triplet: 8E, EA and 49. RGB value is (142,234,73). Sum of RGB (Red+Green+Blue) = 142+234+73=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEA49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EEA49 is #7115B6. Grayscale: #BCBCBC. Windows color (decimal): -7411127 or 4844174. OLE color: 4844174.

HSL color Cylindrical-coordinate representation of color #8EEA49: hue angle of 94.29º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8EEA49 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB14223473-
CMYK0.3900.690.08
HSL94.29º79.31%60.2%-
HSV(B)94.29º68.8%91.76%-
XYZ41.7865.0816.66-
YUV188.1463.0295.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.63%
GREEN value IS 234 (91.80% from 255) = 52.12%
BLUE value IS 73 (28.91% from 255) = 16.26%
R=31.63%
G=52.12%
B=16.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal142234730.3900.690.0894.2979.3160.2
Hex8EEA492704585e4f3c
Octal2163521114701051013611774
Binary1000111011101010100100110011101000101100010111101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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