#8AE149

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

Shades of Atlantis #8AE149

Tints of Atlantis #8AE149

Color information

#8AE149 (or 0x8AE149) is unknown color: approx Atlantis. HEX triplet: 8A, E1 and 49. RGB value is (138,225,73). Sum of RGB (Red+Green+Blue) = 138+225+73=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE149 is #751EB6. Grayscale: #B6B6B6. Windows color (decimal): -7675575 or 4841866. OLE color: 4841866.

HSL color Cylindrical-coordinate representation of color #8AE149: hue angle of 94.34º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AE149 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB13822573-
CMYK0.3900.680.12
HSL94.34º71.7%58.43%-
HSV(B)94.34º67.56%88.24%-
XYZ38.6159.7315.8-
YUV181.6666.6896.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 225 (88.28% from 255) = 51.61%
BLUE value IS 73 (28.91% from 255) = 16.74%
R=31.65%
G=51.61%
B=16.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal138225730.3900.680.1294.3471.758.43
Hex8AE14927044C5e483a
Octal2123411114701041413611072
Binary1000101011100001100100110011101000100110010111101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,225,73); }

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

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

 a { background-color: rgb(138,225,73); }

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

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

 span { border-color: rgb(138,225,73); }

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