#A0DC3B

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

Shades of Atlantis #A0DC3B

Tints of Atlantis #A0DC3B

Color information

#A0DC3B (or 0xA0DC3B) is unknown color: approx Atlantis. HEX triplet: A0, DC and 3B. RGB value is (160,220,59). Sum of RGB (Red+Green+Blue) = 160+220+59=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DC3B is #5F23C4. Grayscale: #B8B8B8. Windows color (decimal): -6235077 or 3923104. OLE color: 3923104.

HSL color Cylindrical-coordinate representation of color #A0DC3B: hue angle of 82.36º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0DC3B is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB16022059-
CMYK0.2700.730.14
HSL82.36º69.7%54.71%-
HSV(B)82.36º73.18%86.27%-
XYZ40.8858.9813.37-
YUV183.7157.62111.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 220 (86.33% from 255) = 50.11%
BLUE value IS 59 (23.44% from 255) = 13.44%
R=36.45%
G=50.11%
B=13.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal160220590.2700.730.1482.3669.754.71
HexA0DC3B1B049E524637
Octal240334733301111612210667
Binary10100000110111001110111101101001001111010100101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DC3B; }

 p { color: rgb(160,220,59); }

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

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

 a { background-color: rgb(160,220,59); }

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

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

 span { border-color: rgb(160,220,59); }

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