#8AE043

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

Shades of Atlantis #8AE043

Tints of Atlantis #8AE043

Color information

#8AE043 (or 0x8AE043) is unknown color: approx Atlantis. HEX triplet: 8A, E0 and 43. RGB value is (138,224,67). Sum of RGB (Red+Green+Blue) = 138+224+67=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE043 is #751FBC. Grayscale: #B4B4B4. Windows color (decimal): -7675837 or 4448394. OLE color: 4448394.

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

Color convert

RGB13822467-
CMYK0.3800.700.12
HSL92.87º71.69%57.06%-
HSV(B)92.87º70.09%87.84%-
XYZ38.1559.1214.71-
YUV180.3964.0197.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 224 (87.89% from 255) = 52.21%
BLUE value IS 67 (26.56% from 255) = 15.62%
R=32.17%
G=52.21%
B=15.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal138224670.3800.700.1292.8771.6957.06
Hex8AE04326046C5d4839
Octal2123401034601061413511071
Binary1000101011100000100001110011001000110110010111011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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