#8de14d

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

Shades of Atlantis #8DE14D

Tints of Atlantis #8DE14D

Color information

#8DE14D (or 0x8DE14D) is unknown color: approx Atlantis. HEX triplet: 8D, E1 and 4D. RGB value is (141,225,77). Sum of RGB (Red+Green+Blue) = 141+225+77=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DE14D is #721EB2. Grayscale: #B7B7B7. Windows color (decimal): -7478963 or 5104013. OLE color: 5104013.

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

Color convert

RGB14122577-
CMYK0.3700.660.12
HSL94.05º71.15%59.22%-
HSV(B)94.05º65.78%88.24%-
XYZ39.2560.0516.54-
YUV183.0168.1798.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 225 (88.28% from 255) = 50.79%
BLUE value IS 77 (30.47% from 255) = 17.38%
R=31.83%
G=50.79%
B=17.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal141225770.3700.660.1294.0571.1559.22
Hex8DE14D25042C5e473b
Octal2153411154501021413610773
Binary1000110111100001100110110010101000010110010111101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8de14d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,225,77); }

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

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

 a { background-color: rgb(141,225,77); }

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

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

 span { border-color: rgb(141,225,77); }

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