#8EC042

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

Shades of Atlantis #8EC042

Tints of Atlantis #8EC042

Color information

#8EC042 (or 0x8EC042) is unknown color: approx Atlantis. HEX triplet: 8E, C0 and 42. RGB value is (142,192,66). Sum of RGB (Red+Green+Blue) = 142+192+66=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC042 is #713FBD. Grayscale: #A3A3A3. Windows color (decimal): -7421886 or 4374670. OLE color: 4374670.

HSL color Cylindrical-coordinate representation of color #8EC042: hue angle of 83.81º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8EC042 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB14219266-
CMYK0.2600.660.25
HSL83.81º50%50.59%-
HSV(B)83.81º65.62%75.29%-
XYZ30.9943.8411.98-
YUV162.6973.44113.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.5%
GREEN value IS 192 (75.39% from 255) = 48%
BLUE value IS 66 (26.17% from 255) = 16.5%
R=35.5%
G=48%
B=16.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142192660.2600.660.2583.815050.59
Hex8EC0421A04219543233
Octal216300102320102311246263
Binary100011101100000010000101101001000010110011010100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,192,66); }

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

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

 a { background-color: rgb(142,192,66); }

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

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

 span { border-color: rgb(142,192,66); }

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