#8DD049

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

Shades of Atlantis #8DD049

Tints of Atlantis #8DD049

Color information

#8DD049 (or 0x8DD049) is unknown color: approx Atlantis. HEX triplet: 8D, D0 and 49. RGB value is (141,208,73). Sum of RGB (Red+Green+Blue) = 141+208+73=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD049 is #722FB6. Grayscale: #ADADAD. Windows color (decimal): -7483319 or 4837517. OLE color: 4837517.

HSL color Cylindrical-coordinate representation of color #8DD049: hue angle of 89.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DD049 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB14120873-
CMYK0.3200.650.18
HSL89.78º58.95%55.1%-
HSV(B)89.78º64.9%81.57%-
XYZ34.7451.2614.37-
YUV172.5871.8105.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.41%
GREEN value IS 208 (81.64% from 255) = 49.29%
BLUE value IS 73 (28.91% from 255) = 17.30%
R=33.41%
G=49.29%
B=17.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141208730.3200.650.1889.7858.9555.1
Hex8DD04920041125a3b37
Octal215320111400101221327367
Binary1000110111010000100100110000001000001100101011010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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