#8EC34C

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

Shades of Atlantis #8EC34C

Tints of Atlantis #8EC34C

Color information

#8EC34C (or 0x8EC34C) is unknown color: approx Atlantis. HEX triplet: 8E, C3 and 4C. RGB value is (142,195,76). Sum of RGB (Red+Green+Blue) = 142+195+76=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC34C is #713CB3. Grayscale: #A6A6A6. Windows color (decimal): -7421108 or 5030798. OLE color: 5030798.

HSL color Cylindrical-coordinate representation of color #8EC34C: hue angle of 86.72º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EC34C is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB14219576-
CMYK0.2700.610.24
HSL86.72º49.79%53.14%-
HSV(B)86.72º61.03%76.47%-
XYZ31.9745.313.9-
YUV165.5977.44111.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.38%
GREEN value IS 195 (76.56% from 255) = 47.22%
BLUE value IS 76 (30.08% from 255) = 18.40%
R=34.38%
G=47.22%
B=18.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142195760.2700.610.2486.7249.7953.14
Hex8EC34C1B03D18573235
Octal21630311433075301276265
Binary10001110110000111001100110110111101110001010111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,195,76); }

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

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

 a { background-color: rgb(142,195,76); }

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

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

 span { border-color: rgb(142,195,76); }

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