#8CE94E

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

Shades of Atlantis #8CE94E

Tints of Atlantis #8CE94E

Color information

#8CE94E (or 0x8CE94E) is unknown color: approx Atlantis. HEX triplet: 8C, E9 and 4E. RGB value is (140,233,78). Sum of RGB (Red+Green+Blue) = 140+233+78=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 233 (91.41% from 255 or 51.66% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE94E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE94E is #7316B1. Grayscale: #BCBCBC. Windows color (decimal): -7542450 or 5171596. OLE color: 5171596.

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

Color convert

RGB14023378-
CMYK0.4000.670.09
HSL96º77.89%60.98%-
HSV(B)96º66.52%91.37%-
XYZ41.3364.417.46-
YUV187.5266.1994.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.04%
GREEN value IS 233 (91.41% from 255) = 51.66%
BLUE value IS 78 (30.86% from 255) = 17.29%
R=31.04%
G=51.66%
B=17.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal140233780.4000.670.099677.8960.98
Hex8CE94E280439604e3d
Octal2143511165001031114011675
Binary1000110011101001100111010100001000011100111000001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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