#8AE732

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

Shades of Atlantis #8AE732

Tints of Atlantis #8AE732

Color information

#8AE732 (or 0x8AE732) is unknown color: approx Atlantis. HEX triplet: 8A, E7 and 32. RGB value is (138,231,50). Sum of RGB (Red+Green+Blue) = 138+231+50=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 231 (90.62% from 255 or 55.13% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE732 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AE732 is #7518CD. Grayscale: #B7B7B7. Windows color (decimal): -7674062 or 3336074. OLE color: 3336074.

HSL color Cylindrical-coordinate representation of color #8AE732: hue angle of 90.83º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AE732 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB13823150-
CMYK0.4000.780.09
HSL90.83º79.04%55.1%-
HSV(B)90.83º78.35%90.59%-
XYZ39.6362.7913.05-
YUV182.5653.1996.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.94%
GREEN value IS 231 (90.62% from 255) = 55.13%
BLUE value IS 50 (19.92% from 255) = 11.93%
R=32.94%
G=55.13%
B=11.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138231500.4000.780.0990.8379.0455.1
Hex8AE7322804E95b4f37
Octal212347625001161113311767
Binary100010101110011111001010100001001110100110110111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,231,50); }

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

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

 a { background-color: rgb(138,231,50); }

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

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

 span { border-color: rgb(138,231,50); }

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