#8AE04C

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

Shades of Atlantis #8AE04C

Tints of Atlantis #8AE04C

Color information

#8AE04C (or 0x8AE04C) is unknown color: approx Atlantis. HEX triplet: 8A, E0 and 4C. RGB value is (138,224,76). Sum of RGB (Red+Green+Blue) = 138+224+76=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE04C is #751FB3. Grayscale: #B5B5B5. Windows color (decimal): -7675828 or 5038218. OLE color: 5038218.

HSL color Cylindrical-coordinate representation of color #8AE04C: hue angle of 94.86º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AE04C is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB13822476-
CMYK0.3800.660.12
HSL94.86º70.48%58.82%-
HSV(B)94.86º66.07%87.84%-
XYZ38.4459.2416.25-
YUV181.4168.5197.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.51%
GREEN value IS 224 (87.89% from 255) = 51.14%
BLUE value IS 76 (30.08% from 255) = 17.35%
R=31.51%
G=51.14%
B=17.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal138224760.3800.660.1294.8670.4858.82
Hex8AE04C26042C5f463b
Octal2123401144601021413710673
Binary1000101011100000100110010011001000010110010111111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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