#8AE746

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

Shades of Atlantis #8AE746

Tints of Atlantis #8AE746

Color information

#8AE746 (or 0x8AE746) is unknown color: approx Atlantis. HEX triplet: 8A, E7 and 46. RGB value is (138,231,70). Sum of RGB (Red+Green+Blue) = 138+231+70=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 231 (90.62% from 255 or 52.62% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE746 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AE746 is #7518B9. Grayscale: #B9B9B9. Windows color (decimal): -7674042 or 4646794. OLE color: 4646794.

HSL color Cylindrical-coordinate representation of color #8AE746: hue angle of 94.66º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AE746 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB13823170-
CMYK0.4000.700.09
HSL94.66º77.03%59.02%-
HSV(B)94.66º69.7%90.59%-
XYZ40.166315.84-
YUV184.8463.1994.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 231 (90.62% from 255) = 52.62%
BLUE value IS 70 (27.73% from 255) = 15.95%
R=31.44%
G=52.62%
B=15.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138231700.4000.700.0994.6677.0359.02
Hex8AE7462804695f4d3b
Octal2123471065001061113711573
Binary1000101011100111100011010100001000110100110111111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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