#A2DD47

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

Shades of Atlantis #A2DD47

Tints of Atlantis #A2DD47

Color information

#A2DD47 (or 0xA2DD47) is unknown color: approx Atlantis. HEX triplet: A2, DD and 47. RGB value is (162,221,71). Sum of RGB (Red+Green+Blue) = 162+221+71=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD47 is #5D22B8. Grayscale: #BABABA. Windows color (decimal): -6103737 or 4709794. OLE color: 4709794.

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

Color convert

RGB16222171-
CMYK0.2700.680.13
HSL83.6º68.81%57.25%-
HSV(B)83.6º67.87%86.67%-
XYZ41.8959.8515.31-
YUV186.2662.95110.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 221 (86.72% from 255) = 48.68%
BLUE value IS 71 (28.12% from 255) = 15.64%
R=35.68%
G=48.68%
B=15.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162221710.2700.680.1383.668.8157.25
HexA2DD471B044D544539
Octal2423351073301041512410571
Binary101000101101110110001111101101000100110110101001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DD47; }

 p { color: rgb(162,221,71); }

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

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

 a { background-color: rgb(162,221,71); }

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

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

 span { border-color: rgb(162,221,71); }

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