#8dc542

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

Shades of Atlantis #8DC542

Tints of Atlantis #8DC542

Color information

#8DC542 (or 0x8DC542) is unknown color: approx Atlantis. HEX triplet: 8D, C5 and 42. RGB value is (141,197,66). Sum of RGB (Red+Green+Blue) = 141+197+66=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC542 is #723ABD. Grayscale: #A5A5A5. Windows color (decimal): -7486142 or 4375949. OLE color: 4375949.

HSL color Cylindrical-coordinate representation of color #8DC542: hue angle of 85.65º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DC542 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB14119766-
CMYK0.2800.660.23
HSL85.65º53.04%51.57%-
HSV(B)85.65º66.5%77.25%-
XYZ31.9345.9912.35-
YUV165.3271.95110.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.90%
GREEN value IS 197 (77.34% from 255) = 48.76%
BLUE value IS 66 (26.17% from 255) = 16.34%
R=34.90%
G=48.76%
B=16.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal141197660.2800.660.2385.6553.0451.57
Hex8DC5421C04217563534
Octal215305102340102271266564
Binary100011011100010110000101110001000010101111010110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8dc542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,197,66); }

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

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

 a { background-color: rgb(141,197,66); }

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

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

 span { border-color: rgb(141,197,66); }

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