#8AE245

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

Shades of Atlantis #8AE245

Tints of Atlantis #8AE245

Color information

#8AE245 (or 0x8AE245) is unknown color: approx Atlantis. HEX triplet: 8A, E2 and 45. RGB value is (138,226,69). Sum of RGB (Red+Green+Blue) = 138+226+69=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #8AE245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE245 is #751DBA. Grayscale: #B6B6B6. Windows color (decimal): -7675323 or 4579978. OLE color: 4579978.

HSL color Cylindrical-coordinate representation of color #8AE245: hue angle of 93.63º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AE245 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB13822669-
CMYK0.3900.690.11
HSL93.63º73.02%57.84%-
HSV(B)93.63º69.47%88.63%-
XYZ38.7560.2315.21-
YUV181.7964.3596.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 226 (88.67% from 255) = 52.19%
BLUE value IS 69 (27.34% from 255) = 15.94%
R=31.87%
G=52.19%
B=15.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal138226690.3900.690.1193.6373.0257.84
Hex8AE24527045B5e493a
Octal2123421054701051313611172
Binary1000101011100010100010110011101000101101110111101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,226,69); }

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

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

 a { background-color: rgb(138,226,69); }

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

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

 span { border-color: rgb(138,226,69); }

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