#8DE04A

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

Shades of Atlantis #8DE04A

Tints of Atlantis #8DE04A

Color information

#8DE04A (or 0x8DE04A) is unknown color: approx Atlantis. HEX triplet: 8D, E0 and 4A. RGB value is (141,224,74). Sum of RGB (Red+Green+Blue) = 141+224+74=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 224 (87.89% from 255 or 51.03% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 224 - color contains mainly: green. Hex color #8DE04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DE04A is #721FB5. Grayscale: #B6B6B6. Windows color (decimal): -7479222 or 4907149. OLE color: 4907149.

HSL color Cylindrical-coordinate representation of color #8DE04A: hue angle of 93.2º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DE04A is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB14122474-
CMYK0.3700.670.12
HSL93.2º70.75%58.43%-
HSV(B)93.2º66.96%87.84%-
XYZ38.8859.4715.91-
YUV182.086798.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 224 (87.89% from 255) = 51.03%
BLUE value IS 74 (29.30% from 255) = 16.86%
R=32.12%
G=51.03%
B=16.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal141224740.3700.670.1293.270.7558.43
Hex8DE04A25043C5d473a
Octal2153401124501031413510772
Binary1000110111100000100101010010101000011110010111011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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