#8EC93C

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

Shades of Atlantis #8EC93C

Tints of Atlantis #8EC93C

Color information

#8EC93C (or 0x8EC93C) is unknown color: approx Atlantis. HEX triplet: 8E, C9 and 3C. RGB value is (142,201,60). Sum of RGB (Red+Green+Blue) = 142+201+60=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC93C is #7136C3. Grayscale: #A7A7A7. Windows color (decimal): -7419588 or 3983758. OLE color: 3983758.

HSL color Cylindrical-coordinate representation of color #8EC93C: hue angle of 85.11º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8EC93C is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB14220160-
CMYK0.2900.700.21
HSL85.11º56.63%51.18%-
HSV(B)85.11º70.15%78.82%-
XYZ32.8647.8511.78-
YUV167.2867.45109.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.24%
GREEN value IS 201 (78.91% from 255) = 49.88%
BLUE value IS 60 (23.83% from 255) = 14.89%
R=35.24%
G=49.88%
B=14.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142201600.2900.700.2185.1156.6351.18
Hex8EC93C1D04615553933
Octal21631174350106251257163
Binary10001110110010011111001110101000110101011010101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,201,60); }

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

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

 a { background-color: rgb(142,201,60); }

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

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

 span { border-color: rgb(142,201,60); }

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