#8ECB47

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

Shades of Atlantis #8ECB47

Tints of Atlantis #8ECB47

Color information

#8ECB47 (or 0x8ECB47) is unknown color: approx Atlantis. HEX triplet: 8E, CB and 47. RGB value is (142,203,71). Sum of RGB (Red+Green+Blue) = 142+203+71=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECB47 is #7134B8. Grayscale: #AAAAAA. Windows color (decimal): -7419065 or 4705166. OLE color: 4705166.

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

Color convert

RGB14220371-
CMYK0.3000.650.20
HSL87.73º55.93%53.73%-
HSV(B)87.73º65.02%79.61%-
XYZ33.6548.9213.63-
YUV169.7172.29108.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.13%
GREEN value IS 203 (79.69% from 255) = 48.80%
BLUE value IS 71 (28.12% from 255) = 17.07%
R=34.13%
G=48.80%
B=17.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142203710.3000.650.2087.7355.9353.73
Hex8ECB471E04114583836
Octal216313107360101241307066
Binary100011101100101110001111111001000001101001011000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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