#8AE546

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

Shades of Atlantis #8AE546

Tints of Atlantis #8AE546

Color information

#8AE546 (or 0x8AE546) is unknown color: approx Atlantis. HEX triplet: 8A, E5 and 46. RGB value is (138,229,70). Sum of RGB (Red+Green+Blue) = 138+229+70=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE546 is #751AB9. Grayscale: #B8B8B8. Windows color (decimal): -7674554 or 4646282. OLE color: 4646282.

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

Color convert

RGB13822970-
CMYK0.4000.690.10
HSL94.34º75.36%58.63%-
HSV(B)94.34º69.43%89.8%-
XYZ39.6161.8815.65-
YUV183.6663.8595.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.58%
GREEN value IS 229 (89.84% from 255) = 52.40%
BLUE value IS 70 (27.73% from 255) = 16.02%
R=31.58%
G=52.40%
B=16.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal138229700.4000.690.1094.3475.3658.63
Hex8AE54628045A5e4b3b
Octal2123451065001051213611373
Binary1000101011100101100011010100001000101101010111101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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