#8DDD46

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

Shades of Atlantis #8DDD46

Tints of Atlantis #8DDD46

Color information

#8DDD46 (or 0x8DDD46) is unknown color: approx Atlantis. HEX triplet: 8D, DD and 46. RGB value is (141,221,70). Sum of RGB (Red+Green+Blue) = 141+221+70=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDD46 is #7222B9. Grayscale: #B4B4B4. Windows color (decimal): -7479994 or 4644237. OLE color: 4644237.

HSL color Cylindrical-coordinate representation of color #8DDD46: hue angle of 91.79º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8DDD46 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB14122170-
CMYK0.3600.680.13
HSL91.79º68.95%57.06%-
HSV(B)91.79º68.33%86.67%-
XYZ37.9557.8214.95-
YUV179.8766100.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.64%
GREEN value IS 221 (86.72% from 255) = 51.16%
BLUE value IS 70 (27.73% from 255) = 16.20%
R=32.64%
G=51.16%
B=16.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141221700.3600.680.1391.7968.9557.06
Hex8DDD4624044D5c4539
Octal2153351064401041513410571
Binary1000110111011101100011010010001000100110110111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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