#8ECF39

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

Shades of Atlantis #8ECF39

Tints of Atlantis #8ECF39

Color information

#8ECF39 (or 0x8ECF39) is unknown color: approx Atlantis. HEX triplet: 8E, CF and 39. RGB value is (142,207,57). Sum of RGB (Red+Green+Blue) = 142+207+57=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 57 (22.66% from 255 or 14.04% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECF39 is #7130C6. Grayscale: #ABABAB. Windows color (decimal): -7418055 or 3788686. OLE color: 3788686.

HSL color Cylindrical-coordinate representation of color #8ECF39: hue angle of 86º 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 #8ECF39 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB14220757-
CMYK0.3100.720.19
HSL86º60.98%51.76%-
HSV(B)86º72.46%81.18%-
XYZ34.2150.6711.85-
YUV170.4663.97107.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.98%
GREEN value IS 207 (81.25% from 255) = 50.99%
BLUE value IS 57 (22.66% from 255) = 14.04%
R=34.98%
G=50.99%
B=14.04%

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
Decimal142207570.3100.720.198660.9851.76
Hex8ECF391F04813563d34
Octal21631771370110231267564
Binary10001110110011111110011111101001000100111010110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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