#8DD045

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

Shades of Atlantis #8DD045

Tints of Atlantis #8DD045

Color information

#8DD045 (or 0x8DD045) is unknown color: approx Atlantis. HEX triplet: 8D, D0 and 45. RGB value is (141,208,69). Sum of RGB (Red+Green+Blue) = 141+208+69=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD045 is #722FBA. Grayscale: #ACACAC. Windows color (decimal): -7483323 or 4575373. OLE color: 4575373.

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

Color convert

RGB14120869-
CMYK0.3200.670.18
HSL88.92º59.66%54.31%-
HSV(B)88.92º66.83%81.57%-
XYZ34.6151.213.69-
YUV172.1269.8105.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.73%
GREEN value IS 208 (81.64% from 255) = 49.76%
BLUE value IS 69 (27.34% from 255) = 16.51%
R=33.73%
G=49.76%
B=16.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141208690.3200.670.1888.9259.6654.31
Hex8DD0452004312593c36
Octal215320105400103221317466
Binary1000110111010000100010110000001000011100101011001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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