#8DE13E

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

Shades of Atlantis #8DE13E

Tints of Atlantis #8DE13E

Color information

#8DE13E (or 0x8DE13E) is unknown color: approx Atlantis. HEX triplet: 8D, E1 and 3E. RGB value is (141,225,62). Sum of RGB (Red+Green+Blue) = 141+225+62=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DE13E is #721EC1. Grayscale: #B5B5B5. Windows color (decimal): -7478978 or 4120973. OLE color: 4120973.

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

Color convert

RGB14122562-
CMYK0.3700.720.12
HSL90.92º73.09%56.27%-
HSV(B)90.92º72.44%88.24%-
XYZ38.7859.8614.07-
YUV181.360.6799.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.94%
GREEN value IS 225 (88.28% from 255) = 52.57%
BLUE value IS 62 (24.61% from 255) = 14.49%
R=32.94%
G=52.57%
B=14.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal141225620.3700.720.1290.9273.0956.27
Hex8DE13E25048C5b4938
Octal215341764501101413311170
Binary100011011110000111111010010101001000110010110111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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