#8DDA49

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

Shades of Atlantis #8DDA49

Tints of Atlantis #8DDA49

Color information

#8DDA49 (or 0x8DDA49) is unknown color: approx Atlantis. HEX triplet: 8D, DA and 49. RGB value is (141,218,73). Sum of RGB (Red+Green+Blue) = 141+218+73=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDA49 is #7225B6. Grayscale: #B2B2B2. Windows color (decimal): -7480759 or 4840077. OLE color: 4840077.

HSL color Cylindrical-coordinate representation of color #8DDA49: hue angle of 91.86º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DDA49 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB14121873-
CMYK0.3500.670.15
HSL91.86º66.21%57.06%-
HSV(B)91.86º66.51%85.49%-
XYZ37.2656.2915.2-
YUV178.4568.49101.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.64%
GREEN value IS 218 (85.55% from 255) = 50.46%
BLUE value IS 73 (28.91% from 255) = 16.90%
R=32.64%
G=50.46%
B=16.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141218730.3500.670.1591.8666.2157.06
Hex8DDA4923043F5c4239
Octal2153321114301031713410271
Binary1000110111011010100100110001101000011111110111001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,218,73); }

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

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

 a { background-color: rgb(141,218,73); }

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

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

 span { border-color: rgb(141,218,73); }

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