#8CE942

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

Shades of Atlantis #8CE942

Tints of Atlantis #8CE942

Color information

#8CE942 (or 0x8CE942) is unknown color: approx Atlantis. HEX triplet: 8C, E9 and 42. RGB value is (140,233,66). Sum of RGB (Red+Green+Blue) = 140+233+66=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 233 (91.41% from 255 or 53.08% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE942 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE942 is #7316BD. Grayscale: #BABABA. Windows color (decimal): -7542462 or 4385164. OLE color: 4385164.

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

Color convert

RGB14023366-
CMYK0.4000.720.09
HSL93.41º79.15%58.63%-
HSV(B)93.41º71.67%91.37%-
XYZ40.9464.2515.4-
YUV186.1560.1995.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.89%
GREEN value IS 233 (91.41% from 255) = 53.08%
BLUE value IS 66 (26.17% from 255) = 15.03%
R=31.89%
G=53.08%
B=15.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal140233660.4000.720.0993.4179.1558.63
Hex8CE9422804895d4f3b
Octal2143511025001101113511773
Binary1000110011101001100001010100001001000100110111011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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