#8DBA40

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

Shades of Atlantis #8DBA40

Tints of Atlantis #8DBA40

Color information

#8DBA40 (or 0x8DBA40) is unknown color: approx Atlantis. HEX triplet: 8D, BA and 40. RGB value is (141,186,64). Sum of RGB (Red+Green+Blue) = 141+186+64=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA40 is #7245BF. Grayscale: #9F9F9F. Windows color (decimal): -7488960 or 4242061. OLE color: 4242061.

HSL color Cylindrical-coordinate representation of color #8DBA40: hue angle of 82.13º 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 #8DBA40 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB14118664-
CMYK0.2400.660.27
HSL82.13º48.8%49.02%-
HSV(B)82.13º65.59%72.94%-
XYZ29.4741.1511.24-
YUV158.6474.59115.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.06%
GREEN value IS 186 (73.05% from 255) = 47.57%
BLUE value IS 64 (25.39% from 255) = 16.37%
R=36.06%
G=47.57%
B=16.37%

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
Decimal141186640.2400.660.2782.1348.849.02
Hex8DBA40180421B523131
Octal215272100300102331226161
Binary100011011011101010000001100001000010110111010010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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