#8EEC37

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

Shades of Atlantis #8EEC37

Tints of Atlantis #8EEC37

Color information

#8EEC37 (or 0x8EEC37) is unknown color: approx Atlantis. HEX triplet: 8E, EC and 37. RGB value is (142,236,55). Sum of RGB (Red+Green+Blue) = 142+236+55=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 236 (92.58% from 255 or 54.50% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 236 - color contains mainly: green. Hex color #8EEC37 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EEC37 is #7113C8. Grayscale: #BBBBBB. Windows color (decimal): -7410633 or 3665038. OLE color: 3665038.

HSL color Cylindrical-coordinate representation of color #8EEC37: hue angle of 91.16º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8EEC37 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB14223655-
CMYK0.4000.770.07
HSL91.16º82.65%57.06%-
HSV(B)91.16º76.69%92.55%-
XYZ41.8466.0214.15-
YUV187.2653.3695.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.79%
GREEN value IS 236 (92.58% from 255) = 54.50%
BLUE value IS 55 (21.88% from 255) = 12.70%
R=32.79%
G=54.50%
B=12.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142236550.4000.770.0791.1682.6557.06
Hex8EEC372804D75b5339
Octal21635467500115713312371
Binary10001110111011001101111010000100110111110110111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,236,55); }

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

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

 a { background-color: rgb(142,236,55); }

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

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

 span { border-color: rgb(142,236,55); }

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