#8DCA45

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

Shades of Atlantis #8DCA45

Tints of Atlantis #8DCA45

Color information

#8DCA45 (or 0x8DCA45) is unknown color: approx Atlantis. HEX triplet: 8D, CA and 45. RGB value is (141,202,69). Sum of RGB (Red+Green+Blue) = 141+202+69=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCA45 is #7235BA. Grayscale: #A9A9A9. Windows color (decimal): -7484859 or 4573837. OLE color: 4573837.

HSL color Cylindrical-coordinate representation of color #8DCA45: hue angle of 87.52º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DCA45 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB14120269-
CMYK0.3000.660.21
HSL87.52º55.65%53.14%-
HSV(B)87.52º65.84%79.22%-
XYZ33.1848.3313.21-
YUV168.671.79108.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.22%
GREEN value IS 202 (79.30% from 255) = 49.03%
BLUE value IS 69 (27.34% from 255) = 16.75%
R=34.22%
G=49.03%
B=16.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141202690.3000.660.2187.5255.6553.14
Hex8DCA451E04215583835
Octal215312105360102251307065
Binary100011011100101010001011111001000010101011011000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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