#8DD646

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

Shades of Atlantis #8DD646

Tints of Atlantis #8DD646

Color information

#8DD646 (or 0x8DD646) is unknown color: approx Atlantis. HEX triplet: 8D, D6 and 46. RGB value is (141,214,70). Sum of RGB (Red+Green+Blue) = 141+214+70=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD646 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD646 is #7229B9. Grayscale: #B0B0B0. Windows color (decimal): -7481786 or 4642445. OLE color: 4642445.

HSL color Cylindrical-coordinate representation of color #8DD646: hue angle of 90.42º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DD646 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB14121470-
CMYK0.3400.670.16
HSL90.42º63.72%55.69%-
HSV(B)90.42º67.29%83.92%-
XYZ36.1454.214.35-
YUV175.7668.32103.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 214 (83.98% from 255) = 50.35%
BLUE value IS 70 (27.73% from 255) = 16.47%
R=33.18%
G=50.35%
B=16.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141214700.3400.670.1690.4263.7255.69
Hex8DD64622043105a4038
Octal2153261064201032013210070
Binary10001101110101101000110100010010000111000010110101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,214,70); }

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

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

 a { background-color: rgb(141,214,70); }

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

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

 span { border-color: rgb(141,214,70); }

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