#A2DC3B

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

Shades of Atlantis #A2DC3B

Tints of Atlantis #A2DC3B

Color information

#A2DC3B (or 0xA2DC3B) is unknown color: approx Atlantis. HEX triplet: A2, DC and 3B. RGB value is (162,220,59). Sum of RGB (Red+Green+Blue) = 162+220+59=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DC3B is #5D23C4. Grayscale: #B8B8B8. Windows color (decimal): -6104005 or 3923106. OLE color: 3923106.

HSL color Cylindrical-coordinate representation of color #A2DC3B: hue angle of 81.61º 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 #A2DC3B is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB16222059-
CMYK0.2600.730.14
HSL81.61º69.7%54.71%-
HSV(B)81.61º73.18%86.27%-
XYZ41.2859.1813.39-
YUV184.357.28112.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 220 (86.33% from 255) = 49.89%
BLUE value IS 59 (23.44% from 255) = 13.38%
R=36.73%
G=49.89%
B=13.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162220590.2600.730.1481.6169.754.71
HexA2DC3B1A049E524637
Octal242334733201111612210667
Binary10100010110111001110111101001001001111010100101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DC3B; }

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

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

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

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

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

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

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

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