#8AE543

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

Shades of Atlantis #8AE543

Tints of Atlantis #8AE543

Color information

#8AE543 (or 0x8AE543) is unknown color: approx Atlantis. HEX triplet: 8A, E5 and 43. RGB value is (138,229,67). Sum of RGB (Red+Green+Blue) = 138+229+67=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE543 is #751ABC. Grayscale: #B7B7B7. Windows color (decimal): -7674557 or 4449674. OLE color: 4449674.

HSL color Cylindrical-coordinate representation of color #8AE543: hue angle of 93.7º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AE543 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB13822967-
CMYK0.4000.710.10
HSL93.7º75.7%58.04%-
HSV(B)93.7º70.74%89.8%-
XYZ39.5161.8515.17-
YUV183.3262.3595.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.80%
GREEN value IS 229 (89.84% from 255) = 52.76%
BLUE value IS 67 (26.56% from 255) = 15.44%
R=31.80%
G=52.76%
B=15.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal138229670.4000.710.1093.775.758.04
Hex8AE54328047A5e4c3a
Octal2123451035001071213611472
Binary1000101011100101100001110100001000111101010111101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,229,67); }

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

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

 a { background-color: rgb(138,229,67); }

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

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

 span { border-color: rgb(138,229,67); }

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