#8AEE45

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

Shades of Atlantis #8AEE45

Tints of Atlantis #8AEE45

Color information

#8AEE45 (or 0x8AEE45) is unknown color: approx Atlantis. HEX triplet: 8A, EE and 45. RGB value is (138,238,69). Sum of RGB (Red+Green+Blue) = 138+238+69=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 238 (93.36% from 255 or 53.48% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEE45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AEE45 is #7511BA. Grayscale: #BDBDBD. Windows color (decimal): -7672251 or 4583050. OLE color: 4583050.

HSL color Cylindrical-coordinate representation of color #8AEE45: hue angle of 95.5º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AEE45 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB13823869-
CMYK0.4200.710.07
HSL95.5º83.25%60.2%-
HSV(B)95.5º71.01%93.33%-
XYZ42.1366.9816.34-
YUV188.8360.3791.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.01%
GREEN value IS 238 (93.36% from 255) = 53.48%
BLUE value IS 69 (27.34% from 255) = 15.51%
R=31.01%
G=53.48%
B=15.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal138238690.4200.710.0795.583.2560.2
Hex8AEE452A047760533c
Octal212356105520107714012374
Binary100010101110111010001011010100100011111111000001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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