#8EEB54

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

Shades of Atlantis #8EEB54

Tints of Atlantis #8EEB54

Color information

#8EEB54 (or 0x8EEB54) is unknown color: approx Atlantis. HEX triplet: 8E, EB and 54. RGB value is (142,235,84). Sum of RGB (Red+Green+Blue) = 142+235+84=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEB54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EEB54 is #7114AB. Grayscale: #BEBEBE. Windows color (decimal): -7410860 or 5565326. OLE color: 5565326.

HSL color Cylindrical-coordinate representation of color #8EEB54: hue angle of 96.95º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EEB54 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB14223584-
CMYK0.4000.640.08
HSL96.95º79.06%62.55%-
HSV(B)96.95º64.26%92.16%-
XYZ42.4665.8118.85-
YUV189.9868.1993.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.80%
GREEN value IS 235 (92.19% from 255) = 50.98%
BLUE value IS 84 (33.20% from 255) = 18.22%
R=30.80%
G=50.98%
B=18.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal142235840.4000.640.0896.9579.0662.55
Hex8EEB54280408614f3f
Octal2163531245001001014111777
Binary1000111011101011101010010100001000000100011000011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,235,84); }

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

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

 a { background-color: rgb(142,235,84); }

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

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

 span { border-color: rgb(142,235,84); }

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