#8CE93A

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

Shades of Atlantis #8CE93A

Tints of Atlantis #8CE93A

Color information

#8CE93A (or 0x8CE93A) is unknown color: approx Atlantis. HEX triplet: 8C, E9 and 3A. RGB value is (140,233,58). Sum of RGB (Red+Green+Blue) = 140+233+58=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 233 (91.41% from 255 or 54.06% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE93A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE93A is #7316C5. Grayscale: #B9B9B9. Windows color (decimal): -7542470 or 3860876. OLE color: 3860876.

HSL color Cylindrical-coordinate representation of color #8CE93A: hue angle of 91.89º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CE93A is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB14023358-
CMYK0.4000.750.09
HSL91.89º79.91%57.06%-
HSV(B)91.89º75.11%91.37%-
XYZ40.7264.1614.24-
YUV185.2456.1995.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.48%
GREEN value IS 233 (91.41% from 255) = 54.06%
BLUE value IS 58 (23.05% from 255) = 13.46%
R=32.48%
G=54.06%
B=13.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal140233580.4000.750.0991.8979.9157.06
Hex8CE93A2804B95c5039
Octal214351725001131113412071
Binary100011001110100111101010100001001011100110111001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,233,58); }

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

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

 a { background-color: rgb(140,233,58); }

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

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

 span { border-color: rgb(140,233,58); }

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