#8ADE45

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

Shades of Atlantis #8ADE45

Tints of Atlantis #8ADE45

Color information

#8ADE45 (or 0x8ADE45) is unknown color: approx Atlantis. HEX triplet: 8A, DE and 45. RGB value is (138,222,69). Sum of RGB (Red+Green+Blue) = 138+222+69=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 222 (87.11% from 255 or 51.75% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADE45 is #7521BA. Grayscale: #B3B3B3. Windows color (decimal): -7676347 or 4578954. OLE color: 4578954.

HSL color Cylindrical-coordinate representation of color #8ADE45: hue angle of 92.94º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8ADE45 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB13822269-
CMYK0.3800.690.13
HSL92.94º69.86%57.06%-
HSV(B)92.94º68.92%87.06%-
XYZ37.6858.0814.85-
YUV179.4465.6798.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 222 (87.11% from 255) = 51.75%
BLUE value IS 69 (27.34% from 255) = 16.08%
R=32.17%
G=51.75%
B=16.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138222690.3800.690.1392.9469.8657.06
Hex8ADE4526045D5d4639
Octal2123361054601051513510671
Binary1000101011011110100010110011001000101110110111011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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