#8AE539

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

Shades of Atlantis #8AE539

Tints of Atlantis #8AE539

Color information

#8AE539 (or 0x8AE539) is unknown color: approx Atlantis. HEX triplet: 8A, E5 and 39. RGB value is (138,229,57). Sum of RGB (Red+Green+Blue) = 138+229+57=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 229 (89.84% from 255 or 54.01% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE539 is #751AC6. Grayscale: #B6B6B6. Windows color (decimal): -7674567 or 3794314. OLE color: 3794314.

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

Color convert

RGB13822957-
CMYK0.4000.750.10
HSL91.74º76.79%56.08%-
HSV(B)91.74º75.11%89.8%-
XYZ39.2461.7413.72-
YUV182.1857.3596.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.55%
GREEN value IS 229 (89.84% from 255) = 54.01%
BLUE value IS 57 (22.66% from 255) = 13.44%
R=32.55%
G=54.01%
B=13.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal138229570.4000.750.1091.7476.7956.08
Hex8AE5392804BA5c4d38
Octal212345715001131213411570
Binary100010101110010111100110100001001011101010111001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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