#8AE042

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

Shades of Atlantis #8AE042

Tints of Atlantis #8AE042

Color information

#8AE042 (or 0x8AE042) is unknown color: approx Atlantis. HEX triplet: 8A, E0 and 42. RGB value is (138,224,66). Sum of RGB (Red+Green+Blue) = 138+224+66=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE042 is #751FBD. Grayscale: #B4B4B4. Windows color (decimal): -7675838 or 4382858. OLE color: 4382858.

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

Color convert

RGB13822466-
CMYK0.3800.710.12
HSL92.66º71.82%56.86%-
HSV(B)92.66º70.54%87.84%-
XYZ38.1259.1114.55-
YUV180.2763.5197.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.24%
GREEN value IS 224 (87.89% from 255) = 52.34%
BLUE value IS 66 (26.17% from 255) = 15.42%
R=32.24%
G=52.34%
B=15.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal138224660.3800.710.1292.6671.8256.86
Hex8AE04226047C5d4839
Octal2123401024601071413511071
Binary1000101011100000100001010011001000111110010111011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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