#8EC74C

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

Shades of Atlantis #8EC74C

Tints of Atlantis #8EC74C

Color information

#8EC74C (or 0x8EC74C) is unknown color: approx Atlantis. HEX triplet: 8E, C7 and 4C. RGB value is (142,199,76). Sum of RGB (Red+Green+Blue) = 142+199+76=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC74C is #7138B3. Grayscale: #A8A8A8. Windows color (decimal): -7420084 or 5031822. OLE color: 5031822.

HSL color Cylindrical-coordinate representation of color #8EC74C: hue angle of 87.8º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8EC74C is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB14219976-
CMYK0.2900.620.22
HSL87.8º52.34%53.92%-
HSV(B)87.8º61.81%78.04%-
XYZ32.8847.1214.2-
YUV167.9376.12109.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 199 (78.12% from 255) = 47.72%
BLUE value IS 76 (30.08% from 255) = 18.23%
R=34.05%
G=47.72%
B=18.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal142199760.2900.620.2287.852.3453.92
Hex8EC74C1D03E16583436
Octal21630711435076261306466
Binary10001110110001111001100111010111110101101011000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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