#8EBA40

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

Shades of Atlantis #8EBA40

Tints of Atlantis #8EBA40

Color information

#8EBA40 (or 0x8EBA40) is unknown color: approx Atlantis. HEX triplet: 8E, BA and 40. RGB value is (142,186,64). Sum of RGB (Red+Green+Blue) = 142+186+64=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBA40 is #7145BF. Grayscale: #9F9F9F. Windows color (decimal): -7423424 or 4242062. OLE color: 4242062.

HSL color Cylindrical-coordinate representation of color #8EBA40: hue angle of 81.64º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8EBA40 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB14218664-
CMYK0.2400.660.27
HSL81.64º48.8%49.02%-
HSV(B)81.64º65.59%72.94%-
XYZ29.6441.2411.25-
YUV158.9474.42115.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.22%
GREEN value IS 186 (73.05% from 255) = 47.45%
BLUE value IS 64 (25.39% from 255) = 16.33%
R=36.22%
G=47.45%
B=16.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142186640.2400.660.2781.6448.849.02
Hex8EBA40180421B523131
Octal216272100300102331226161
Binary100011101011101010000001100001000010110111010010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,186,64); }

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

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

 a { background-color: rgb(142,186,64); }

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

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

 span { border-color: rgb(142,186,64); }

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