#8DEC48

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

Shades of Atlantis #8DEC48

Tints of Atlantis #8DEC48

Color information

#8DEC48 (or 0x8DEC48) is unknown color: approx Atlantis. HEX triplet: 8D, EC and 48. RGB value is (141,236,72). Sum of RGB (Red+Green+Blue) = 141+236+72=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #8DEC48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEC48 is #7213B7. Grayscale: #BDBDBD. Windows color (decimal): -7476152 or 4779149. OLE color: 4779149.

HSL color Cylindrical-coordinate representation of color #8DEC48: hue angle of 94.76º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DEC48 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB14123672-
CMYK0.4000.690.07
HSL94.76º81.19%60.39%-
HSV(B)94.76º69.49%92.55%-
XYZ42.1566.1216.67-
YUV188.962.0393.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 236 (92.58% from 255) = 52.56%
BLUE value IS 72 (28.52% from 255) = 16.04%
R=31.40%
G=52.56%
B=16.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141236720.4000.690.0794.7681.1960.39
Hex8DEC482804575f513c
Octal215354110500105713712174
Binary100011011110110010010001010000100010111110111111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,236,72); }

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

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

 a { background-color: rgb(141,236,72); }

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

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

 span { border-color: rgb(141,236,72); }

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