#8DBC45

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

Shades of Atlantis #8DBC45

Tints of Atlantis #8DBC45

Color information

#8DBC45 (or 0x8DBC45) is unknown color: approx Atlantis. HEX triplet: 8D, BC and 45. RGB value is (141,188,69). Sum of RGB (Red+Green+Blue) = 141+188+69=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBC45 is #7243BA. Grayscale: #A0A0A0. Windows color (decimal): -7488443 or 4570253. OLE color: 4570253.

HSL color Cylindrical-coordinate representation of color #8DBC45: hue angle of 83.7º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DBC45 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB14118869-
CMYK0.2500.630.26
HSL83.7º47.04%50.39%-
HSV(B)83.7º63.3%73.73%-
XYZ30.0442.0612.17-
YUV160.3876.43114.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 188 (73.83% from 255) = 47.24%
BLUE value IS 69 (27.34% from 255) = 17.34%
R=35.43%
G=47.24%
B=17.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141188690.2500.630.2683.747.0450.39
Hex8DBC451903F1A542f32
Octal21527410531077321245762
Binary10001101101111001000101110010111111110101010100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,188,69); }

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

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

 a { background-color: rgb(141,188,69); }

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

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

 span { border-color: rgb(141,188,69); }

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