#8ECA43

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

Shades of Atlantis #8ECA43

Tints of Atlantis #8ECA43

Color information

#8ECA43 (or 0x8ECA43) is unknown color: approx Atlantis. HEX triplet: 8E, CA and 43. RGB value is (142,202,67). Sum of RGB (Red+Green+Blue) = 142+202+67=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECA43 is #7135BC. Grayscale: #A9A9A9. Windows color (decimal): -7419325 or 4442766. OLE color: 4442766.

HSL color Cylindrical-coordinate representation of color #8ECA43: hue angle of 86.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8ECA43 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB14220267-
CMYK0.3000.670.21
HSL86.67º56.02%52.75%-
HSV(B)86.67º66.83%79.22%-
XYZ33.2948.412.9-
YUV168.6770.62108.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.55%
GREEN value IS 202 (79.30% from 255) = 49.15%
BLUE value IS 67 (26.56% from 255) = 16.30%
R=34.55%
G=49.15%
B=16.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142202670.3000.670.2186.6756.0252.75
Hex8ECA431E04315573835
Octal216312103360103251277065
Binary100011101100101010000111111001000011101011010111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,202,67); }

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

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

 a { background-color: rgb(142,202,67); }

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

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

 span { border-color: rgb(142,202,67); }

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