#8EE73F

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

Shades of Atlantis #8EE73F

Tints of Atlantis #8EE73F

Color information

#8EE73F (or 0x8EE73F) is unknown color: approx Atlantis. HEX triplet: 8E, E7 and 3F. RGB value is (142,231,63). Sum of RGB (Red+Green+Blue) = 142+231+63=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 231 (90.62% from 255 or 52.98% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 231 - color contains mainly: green. Hex color #8EE73F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EE73F is #7118C0. Grayscale: #B9B9B9. Windows color (decimal): -7411905 or 4188046. OLE color: 4188046.

HSL color Cylindrical-coordinate representation of color #8EE73F: hue angle of 91.79º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8EE73F is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB14223163-
CMYK0.3900.730.09
HSL91.79º77.78%57.65%-
HSV(B)91.79º72.73%90.59%-
XYZ40.6363.2614.77-
YUV185.2459.0197.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.57%
GREEN value IS 231 (90.62% from 255) = 52.98%
BLUE value IS 63 (25% from 255) = 14.45%
R=32.57%
G=52.98%
B=14.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal142231630.3900.730.0991.7977.7857.65
Hex8EE73F2704995c4e3a
Octal216347774701111113411672
Binary100011101110011111111110011101001001100110111001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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