#8EC642

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

Shades of Atlantis #8EC642

Tints of Atlantis #8EC642

Color information

#8EC642 (or 0x8EC642) is unknown color: approx Atlantis. HEX triplet: 8E, C6 and 42. RGB value is (142,198,66). Sum of RGB (Red+Green+Blue) = 142+198+66=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC642 is #7139BD. Grayscale: #A6A6A6. Windows color (decimal): -7420350 or 4376206. OLE color: 4376206.

HSL color Cylindrical-coordinate representation of color #8EC642: hue angle of 85.45º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EC642 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB14219866-
CMYK0.2800.670.22
HSL85.45º53.66%51.76%-
HSV(B)85.45º66.67%77.65%-
XYZ32.3346.5312.43-
YUV166.2171.45110.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.98%
GREEN value IS 198 (77.73% from 255) = 48.77%
BLUE value IS 66 (26.17% from 255) = 16.26%
R=34.98%
G=48.77%
B=16.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal142198660.2800.670.2285.4553.6651.76
Hex8EC6421C04316553634
Octal216306102340103261256664
Binary100011101100011010000101110001000011101101010101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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