#8DB941

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

Shades of Atlantis #8DB941

Tints of Atlantis #8DB941

Color information

#8DB941 (or 0x8DB941) is unknown color: approx Atlantis. HEX triplet: 8D, B9 and 41. RGB value is (141,185,65). Sum of RGB (Red+Green+Blue) = 141+185+65=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB941 is #7246BE. Grayscale: #9E9E9E. Windows color (decimal): -7489215 or 4307341. OLE color: 4307341.

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

Color convert

RGB14118565-
CMYK0.2400.650.27
HSL82º48%49.02%-
HSV(B)82º64.86%72.55%-
XYZ29.2940.7411.32-
YUV158.1675.42115.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.06%
GREEN value IS 185 (72.66% from 255) = 47.31%
BLUE value IS 65 (25.78% from 255) = 16.62%
R=36.06%
G=47.31%
B=16.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141185650.2400.650.27824849.02
Hex8DB941180411B523031
Octal215271101300101331226061
Binary100011011011100110000011100001000001110111010010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,185,65); }

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

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

 a { background-color: rgb(141,185,65); }

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

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

 span { border-color: rgb(141,185,65); }

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