#8EC64D

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

Shades of Atlantis #8EC64D

Tints of Atlantis #8EC64D

Color information

#8EC64D (or 0x8EC64D) is unknown color: approx Atlantis. HEX triplet: 8E, C6 and 4D. RGB value is (142,198,77). Sum of RGB (Red+Green+Blue) = 142+198+77=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC64D is #7139B2. Grayscale: #A7A7A7. Windows color (decimal): -7420339 or 5097102. OLE color: 5097102.

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

Color convert

RGB14219877-
CMYK0.2800.610.22
HSL87.77º51.49%53.92%-
HSV(B)87.77º61.11%77.65%-
XYZ32.6946.6714.31-
YUV167.4676.95109.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 198 (77.73% from 255) = 47.48%
BLUE value IS 77 (30.47% from 255) = 18.47%
R=34.05%
G=47.48%
B=18.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal142198770.2800.610.2287.7751.4953.92
Hex8EC64D1C03D16583336
Octal21630611534075261306366
Binary10001110110001101001101111000111101101101011000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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