#8AE447

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

Shades of Atlantis #8AE447

Tints of Atlantis #8AE447

Color information

#8AE447 (or 0x8AE447) is unknown color: approx Atlantis. HEX triplet: 8A, E4 and 47. RGB value is (138,228,71). Sum of RGB (Red+Green+Blue) = 138+228+71=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 228 (89.45% from 255 or 52.17% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 228 - color contains mainly: green. Hex color #8AE447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE447 is #751BB8. Grayscale: #B7B7B7. Windows color (decimal): -7674809 or 4711562. OLE color: 4711562.

HSL color Cylindrical-coordinate representation of color #8AE447: hue angle of 94.39º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AE447 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB13822871-
CMYK0.3900.690.11
HSL94.39º74.41%58.63%-
HSV(B)94.39º68.86%89.41%-
XYZ39.3661.3515.73-
YUV183.1964.6895.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.58%
GREEN value IS 228 (89.45% from 255) = 52.17%
BLUE value IS 71 (28.12% from 255) = 16.25%
R=31.58%
G=52.17%
B=16.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal138228710.3900.690.1194.3974.4158.63
Hex8AE44727045B5e4a3b
Octal2123441074701051313611273
Binary1000101011100100100011110011101000101101110111101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,228,71); }

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

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

 a { background-color: rgb(138,228,71); }

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

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

 span { border-color: rgb(138,228,71); }

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