#8ae548

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

Shades of Atlantis #8AE548

Tints of Atlantis #8AE548

Color information

#8AE548 (or 0x8AE548) is unknown color: approx Atlantis. HEX triplet: 8A, E5 and 48. RGB value is (138,229,72). Sum of RGB (Red+Green+Blue) = 138+229+72=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE548 is #751AB7. Grayscale: #B8B8B8. Windows color (decimal): -7674552 or 4777354. OLE color: 4777354.

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

Color convert

RGB13822972-
CMYK0.4000.690.10
HSL94.78º75.12%59.02%-
HSV(B)94.78º68.56%89.8%-
XYZ39.6761.9115.99-
YUV183.8964.8595.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 229 (89.84% from 255) = 52.16%
BLUE value IS 72 (28.52% from 255) = 16.40%
R=31.44%
G=52.16%
B=16.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal138229720.4000.690.1094.7875.1259.02
Hex8AE54828045A5f4b3b
Octal2123451105001051213711373
Binary1000101011100101100100010100001000101101010111111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ae548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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