#8CE146

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

Shades of Atlantis #8CE146

Tints of Atlantis #8CE146

Color information

#8CE146 (or 0x8CE146) is unknown color: approx Atlantis. HEX triplet: 8C, E1 and 46. RGB value is (140,225,70). Sum of RGB (Red+Green+Blue) = 140+225+70=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE146 is #731EB9. Grayscale: #B6B6B6. Windows color (decimal): -7544506 or 4645260. OLE color: 4645260.

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

Color convert

RGB14022570-
CMYK0.3800.690.12
HSL92.9º72.09%57.84%-
HSV(B)92.9º68.89%88.24%-
XYZ38.8559.8715.3-
YUV181.9264.8498.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.18%
GREEN value IS 225 (88.28% from 255) = 51.72%
BLUE value IS 70 (27.73% from 255) = 16.09%
R=32.18%
G=51.72%
B=16.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal140225700.3800.690.1292.972.0957.84
Hex8CE14626045C5d483a
Octal2143411064601051413511072
Binary1000110011100001100011010011001000101110010111011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,225,70); }

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

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

 a { background-color: rgb(140,225,70); }

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

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

 span { border-color: rgb(140,225,70); }

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