#A0DE39

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

Shades of Atlantis #A0DE39

Tints of Atlantis #A0DE39

Color information

#A0DE39 (or 0xA0DE39) is unknown color: approx Atlantis. HEX triplet: A0, DE and 39. RGB value is (160,222,57). Sum of RGB (Red+Green+Blue) = 160+222+57=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 57 (22.66% from 255 or 12.98% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DE39 is #5F21C6. Grayscale: #B9B9B9. Windows color (decimal): -6234567 or 3792544. OLE color: 3792544.

HSL color Cylindrical-coordinate representation of color #A0DE39: hue angle of 82.55º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0DE39 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB16022257-
CMYK0.2800.740.13
HSL82.55º71.43%54.71%-
HSV(B)82.55º74.32%87.06%-
XYZ41.3660.0113.27-
YUV184.6555.96110.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 222 (87.11% from 255) = 50.57%
BLUE value IS 57 (22.66% from 255) = 12.98%
R=36.45%
G=50.57%
B=12.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160222570.2800.740.1382.5571.4354.71
HexA0DE391C04AD534737
Octal240336713401121512310767
Binary10100000110111101110011110001001010110110100111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DE39; }

 p { color: rgb(160,222,57); }

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

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

 a { background-color: rgb(160,222,57); }

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

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

 span { border-color: rgb(160,222,57); }

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