#8DCC43

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

Shades of Atlantis #8DCC43

Tints of Atlantis #8DCC43

Color information

#8DCC43 (or 0x8DCC43) is unknown color: approx Atlantis. HEX triplet: 8D, CC and 43. RGB value is (141,204,67). Sum of RGB (Red+Green+Blue) = 141+204+67=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 67 (26.56% from 255 or 16.26% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCC43 is #7233BC. Grayscale: #AAAAAA. Windows color (decimal): -7484349 or 4443277. OLE color: 4443277.

HSL color Cylindrical-coordinate representation of color #8DCC43: hue angle of 87.59º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DCC43 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB14120467-
CMYK0.3100.670.2
HSL87.59º57.32%53.14%-
HSV(B)87.59º67.16%80%-
XYZ33.5949.2513.05-
YUV169.5470.13107.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.22%
GREEN value IS 204 (80.08% from 255) = 49.51%
BLUE value IS 67 (26.56% from 255) = 16.26%
R=34.22%
G=49.51%
B=16.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal141204670.3100.670.287.5957.3253.14
Hex8DCC431F04314583935
Octal215314103370103241307165
Binary100011011100110010000111111101000011101001011000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,204,67); }

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

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

 a { background-color: rgb(141,204,67); }

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

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

 span { border-color: rgb(141,204,67); }

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