#a2d547

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

Shades of Atlantis #A2D547

Tints of Atlantis #A2D547

Color information

#A2D547 (or 0xA2D547) is unknown color: approx Atlantis. HEX triplet: A2, D5 and 47. RGB value is (162,213,71). Sum of RGB (Red+Green+Blue) = 162+213+71=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D547 is #5D2AB8. Grayscale: #B6B6B6. Windows color (decimal): -6105785 or 4707746. OLE color: 4707746.

HSL color Cylindrical-coordinate representation of color #A2D547: hue angle of 81.55º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2D547 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB16221371-
CMYK0.2400.670.16
HSL81.55º62.83%55.69%-
HSV(B)81.55º66.67%83.53%-
XYZ39.8355.7214.62-
YUV181.5665.6114.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 213 (83.59% from 255) = 47.76%
BLUE value IS 71 (28.12% from 255) = 15.92%
R=36.32%
G=47.76%
B=15.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162213710.2400.670.1681.5562.8355.69
HexA2D5471804310523f38
Octal242325107300103201227770
Binary101000101101010110001111100001000011100001010010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2d547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2d547; }

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

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

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

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

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

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

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

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