#8DED4A

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

Shades of Atlantis #8DED4A

Tints of Atlantis #8DED4A

Color information

#8DED4A (or 0x8DED4A) is unknown color: approx Atlantis. HEX triplet: 8D, ED and 4A. RGB value is (141,237,74). Sum of RGB (Red+Green+Blue) = 141+237+74=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #8DED4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DED4A is #7212B5. Grayscale: #BEBEBE. Windows color (decimal): -7475894 or 4910477. OLE color: 4910477.

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

Color convert

RGB14123774-
CMYK0.4100.690.07
HSL95.34º81.91%60.98%-
HSV(B)95.34º68.78%92.94%-
XYZ42.566.7317.12-
YUV189.7162.793.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.19%
GREEN value IS 237 (92.97% from 255) = 52.43%
BLUE value IS 74 (29.30% from 255) = 16.37%
R=31.19%
G=52.43%
B=16.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141237740.4100.690.0795.3481.9160.98
Hex8DED4A2904575f523d
Octal215355112510105713712275
Binary100011011110110110010101010010100010111110111111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DED4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,237,74); }

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

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

 a { background-color: rgb(141,237,74); }

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

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

 span { border-color: rgb(141,237,74); }

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