#8ecf3a

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

Shades of Atlantis #8ECF3A

Tints of Atlantis #8ECF3A

Color information

#8ECF3A (or 0x8ECF3A) is unknown color: approx Atlantis. HEX triplet: 8E, CF and 3A. RGB value is (142,207,58). Sum of RGB (Red+Green+Blue) = 142+207+58=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECF3A is #7130C5. Grayscale: #ABABAB. Windows color (decimal): -7418054 or 3854222. OLE color: 3854222.

HSL color Cylindrical-coordinate representation of color #8ECF3A: hue angle of 86.17º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8ECF3A is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB14220758-
CMYK0.3100.720.19
HSL86.17º60.82%51.96%-
HSV(B)86.17º71.98%81.18%-
XYZ34.2350.6811.98-
YUV170.5864.47107.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.89%
GREEN value IS 207 (81.25% from 255) = 50.86%
BLUE value IS 58 (23.05% from 255) = 14.25%
R=34.89%
G=50.86%
B=14.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142207580.3100.720.1986.1760.8251.96
Hex8ECF3A1F04813563d34
Octal21631772370110231267564
Binary10001110110011111110101111101001000100111010110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ecf3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,207,58); }

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

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

 a { background-color: rgb(142,207,58); }

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

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

 span { border-color: rgb(142,207,58); }

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