#8AEB45

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

Shades of Atlantis #8AEB45

Tints of Atlantis #8AEB45

Color information

#8AEB45 (or 0x8AEB45) is unknown color: approx Atlantis. HEX triplet: 8A, EB and 45. RGB value is (138,235,69). Sum of RGB (Red+Green+Blue) = 138+235+69=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 235 (92.19% from 255 or 53.17% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEB45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AEB45 is #7514BA. Grayscale: #BBBBBB. Windows color (decimal): -7673019 or 4582282. OLE color: 4582282.

HSL color Cylindrical-coordinate representation of color #8AEB45: hue angle of 95.06º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AEB45 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB13823569-
CMYK0.4100.710.08
HSL95.06º80.58%59.61%-
HSV(B)95.06º70.64%92.16%-
XYZ41.2665.2516.05-
YUV187.0761.3693-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.22%
GREEN value IS 235 (92.19% from 255) = 53.17%
BLUE value IS 69 (27.34% from 255) = 15.61%
R=31.22%
G=53.17%
B=15.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal138235690.4100.710.0895.0680.5859.61
Hex8AEB452904785f513c
Octal2123531055101071013712174
Binary1000101011101011100010110100101000111100010111111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,235,69); }

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

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

 a { background-color: rgb(138,235,69); }

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

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

 span { border-color: rgb(138,235,69); }

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