#8ECB4B

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

Shades of Atlantis #8ECB4B

Tints of Atlantis #8ECB4B

Color information

#8ECB4B (or 0x8ECB4B) is unknown color: approx Atlantis. HEX triplet: 8E, CB and 4B. RGB value is (142,203,75). Sum of RGB (Red+Green+Blue) = 142+203+75=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECB4B is #7134B4. Grayscale: #AAAAAA. Windows color (decimal): -7419061 or 4967310. OLE color: 4967310.

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

Color convert

RGB14220375-
CMYK0.3000.630.20
HSL88.59º55.17%54.51%-
HSV(B)88.59º63.05%79.61%-
XYZ33.7848.9714.33-
YUV170.1774.29107.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.81%
GREEN value IS 203 (79.69% from 255) = 48.33%
BLUE value IS 75 (29.69% from 255) = 17.86%
R=33.81%
G=48.33%
B=17.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142203750.3000.630.2088.5955.1754.51
Hex8ECB4B1E03F14593737
Octal21631311336077241316767
Binary10001110110010111001011111100111111101001011001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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