#8EEC4B

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

Shades of Atlantis #8EEC4B

Tints of Atlantis #8EEC4B

Color information

#8EEC4B (or 0x8EEC4B) is unknown color: approx Atlantis. HEX triplet: 8E, EC and 4B. RGB value is (142,236,75). Sum of RGB (Red+Green+Blue) = 142+236+75=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #8EEC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EEC4B is #7113B4. Grayscale: #BEBEBE. Windows color (decimal): -7410613 or 4975758. OLE color: 4975758.

HSL color Cylindrical-coordinate representation of color #8EEC4B: hue angle of 95.03º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EEC4B is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB14223675-
CMYK0.4000.680.07
HSL95.03º80.9%60.98%-
HSV(B)95.03º68.22%92.55%-
XYZ42.4266.2517.21-
YUV189.5463.3694.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.35%
GREEN value IS 236 (92.58% from 255) = 52.10%
BLUE value IS 75 (29.69% from 255) = 16.56%
R=31.35%
G=52.10%
B=16.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142236750.4000.680.0795.0380.960.98
Hex8EEC4B2804475f513d
Octal216354113500104713712175
Binary100011101110110010010111010000100010011110111111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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