#8ECB4D

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

Shades of Atlantis #8ECB4D

Tints of Atlantis #8ECB4D

Color information

#8ECB4D (or 0x8ECB4D) is unknown color: approx Atlantis. HEX triplet: 8E, CB and 4D. RGB value is (142,203,77). Sum of RGB (Red+Green+Blue) = 142+203+77=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECB4D is #7134B2. Grayscale: #AAAAAA. Windows color (decimal): -7419059 or 5098382. OLE color: 5098382.

HSL color Cylindrical-coordinate representation of color #8ECB4D: hue angle of 89.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8ECB4D is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB14220377-
CMYK0.3000.620.20
HSL89.05º54.78%54.9%-
HSV(B)89.05º62.07%79.61%-
XYZ33.854914.69-
YUV170.475.29107.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.65%
GREEN value IS 203 (79.69% from 255) = 48.10%
BLUE value IS 77 (30.47% from 255) = 18.25%
R=33.65%
G=48.10%
B=18.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142203770.3000.620.2089.0554.7854.9
Hex8ECB4D1E03E14593737
Octal21631311536076241316767
Binary10001110110010111001101111100111110101001011001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,203,77); }

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

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

 a { background-color: rgb(142,203,77); }

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

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

 span { border-color: rgb(142,203,77); }

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