#8AE540

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

Shades of Atlantis #8AE540

Tints of Atlantis #8AE540

Color information

#8AE540 (or 0x8AE540) is unknown color: approx Atlantis. HEX triplet: 8A, E5 and 40. RGB value is (138,229,64). Sum of RGB (Red+Green+Blue) = 138+229+64=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 229 (89.84% from 255 or 53.13% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE540 is #751ABF. Grayscale: #B7B7B7. Windows color (decimal): -7674560 or 4253066. OLE color: 4253066.

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

Color convert

RGB13822964-
CMYK0.4000.720.10
HSL93.09º76.04%57.45%-
HSV(B)93.09º72.05%89.8%-
XYZ39.4361.8114.7-
YUV182.9860.8595.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 229 (89.84% from 255) = 53.13%
BLUE value IS 64 (25.39% from 255) = 14.85%
R=32.02%
G=53.13%
B=14.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal138229640.4000.720.1093.0976.0457.45
Hex8AE54028048A5d4c39
Octal2123451005001101213511471
Binary1000101011100101100000010100001001000101010111011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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