#A1DE47

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

Shades of Atlantis #A1DE47

Tints of Atlantis #A1DE47

Color information

#A1DE47 (or 0xA1DE47) is unknown color: approx Atlantis. HEX triplet: A1, DE and 47. RGB value is (161,222,71). Sum of RGB (Red+Green+Blue) = 161+222+71=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DE47 is #5E21B8. Grayscale: #BBBBBB. Windows color (decimal): -6169017 or 4710049. OLE color: 4710049.

HSL color Cylindrical-coordinate representation of color #A1DE47: hue angle of 84.24º degrees, saturation: 0.7, 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 #A1DE47 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB16122271-
CMYK0.2700.680.13
HSL84.24º69.59%57.45%-
HSV(B)84.24º68.02%87.06%-
XYZ41.9660.2715.38-
YUV186.5562.79109.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 222 (87.11% from 255) = 48.90%
BLUE value IS 71 (28.12% from 255) = 15.64%
R=35.46%
G=48.90%
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
Decimal161222710.2700.680.1384.2469.5957.45
HexA1DE471B044D544639
Octal2413361073301041512410671
Binary101000011101111010001111101101000100110110101001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DE47; }

 p { color: rgb(161,222,71); }

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

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

 a { background-color: rgb(161,222,71); }

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

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

 span { border-color: rgb(161,222,71); }

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