#8AE54C

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

Shades of Atlantis #8AE54C

Tints of Atlantis #8AE54C

Color information

#8AE54C (or 0x8AE54C) is unknown color: approx Atlantis. HEX triplet: 8A, E5 and 4C. RGB value is (138,229,76). Sum of RGB (Red+Green+Blue) = 138+229+76=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 229 (89.84% from 255 or 51.69% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE54C is #751AB3. Grayscale: #B8B8B8. Windows color (decimal): -7674548 or 5039498. OLE color: 5039498.

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

Color convert

RGB13822976-
CMYK0.4000.670.10
HSL95.69º74.63%59.8%-
HSV(B)95.69º66.81%89.8%-
XYZ39.8161.9616.7-
YUV184.3566.8594.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.15%
GREEN value IS 229 (89.84% from 255) = 51.69%
BLUE value IS 76 (30.08% from 255) = 17.16%
R=31.15%
G=51.69%
B=17.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal138229760.4000.670.1095.6974.6359.8
Hex8AE54C28043A604b3c
Octal2123451145001031214011374
Binary1000101011100101100110010100001000011101011000001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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