#8ECA44

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

Shades of Atlantis #8ECA44

Tints of Atlantis #8ECA44

Color information

#8ECA44 (or 0x8ECA44) is unknown color: approx Atlantis. HEX triplet: 8E, CA and 44. RGB value is (142,202,68). Sum of RGB (Red+Green+Blue) = 142+202+68=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECA44 is #7135BB. Grayscale: #A9A9A9. Windows color (decimal): -7419324 or 4508302. OLE color: 4508302.

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

Color convert

RGB14220268-
CMYK0.3000.660.21
HSL86.87º55.83%52.94%-
HSV(B)86.87º66.34%79.22%-
XYZ33.3248.4113.06-
YUV168.7871.12108.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.47%
GREEN value IS 202 (79.30% from 255) = 49.03%
BLUE value IS 68 (26.95% from 255) = 16.50%
R=34.47%
G=49.03%
B=16.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142202680.3000.660.2186.8755.8352.94
Hex8ECA441E04215573835
Octal216312104360102251277065
Binary100011101100101010001001111001000010101011010111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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