#8EE03F

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

Shades of Atlantis #8EE03F

Tints of Atlantis #8EE03F

Color information

#8EE03F (or 0x8EE03F) is unknown color: approx Atlantis. HEX triplet: 8E, E0 and 3F. RGB value is (142,224,63). Sum of RGB (Red+Green+Blue) = 142+224+63=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE03F is #711FC0. Grayscale: #B5B5B5. Windows color (decimal): -7413697 or 4186254. OLE color: 4186254.

HSL color Cylindrical-coordinate representation of color #8EE03F: hue angle of 90.56º degrees, saturation: 0.72, 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 #8EE03F is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB14222463-
CMYK0.3700.720.12
HSL90.56º72.2%56.27%-
HSV(B)90.56º71.88%87.84%-
XYZ38.7159.4214.13-
YUV181.1361.33100.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 224 (87.89% from 255) = 52.21%
BLUE value IS 63 (25% from 255) = 14.69%
R=33.10%
G=52.21%
B=14.69%

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
Decimal142224630.3700.720.1290.5672.256.27
Hex8EE03F25048C5b4838
Octal216340774501101413311070
Binary100011101110000011111110010101001000110010110111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,224,63); }

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

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

 a { background-color: rgb(142,224,63); }

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

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

 span { border-color: rgb(142,224,63); }

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