#8ce54c

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

Shades of Atlantis #8CE54C

Tints of Atlantis #8CE54C

Color information

#8CE54C (or 0x8CE54C) is unknown color: approx Atlantis. HEX triplet: 8C, E5 and 4C. RGB value is (140,229,76). Sum of RGB (Red+Green+Blue) = 140+229+76=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 229 (89.84% from 255 or 51.46% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 229 - color contains mainly: green. Hex color #8CE54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE54C is #731AB3. Grayscale: #B9B9B9. Windows color (decimal): -7543476 or 5039500. OLE color: 5039500.

HSL color Cylindrical-coordinate representation of color #8CE54C: hue angle of 94.9º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CE54C is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB14022976-
CMYK0.3900.670.10
HSL94.9º74.63%59.8%-
HSV(B)94.9º66.81%89.8%-
XYZ40.1462.1416.72-
YUV184.9566.5195.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.46%
GREEN value IS 229 (89.84% from 255) = 51.46%
BLUE value IS 76 (30.08% from 255) = 17.08%
R=31.46%
G=51.46%
B=17.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal140229760.3900.670.1094.974.6359.8
Hex8CE54C27043A5f4b3c
Octal2143451144701031213711374
Binary1000110011100101100110010011101000011101010111111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ce54c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,229,76); }

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

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

 a { background-color: rgb(140,229,76); }

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

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

 span { border-color: rgb(140,229,76); }

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