#A2D543

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

Shades of Atlantis #A2D543

Tints of Atlantis #A2D543

Color information

#A2D543 (or 0xA2D543) is unknown color: approx Atlantis. HEX triplet: A2, D5 and 43. RGB value is (162,213,67). Sum of RGB (Red+Green+Blue) = 162+213+67=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 67 (26.56% from 255 or 15.16% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D543 is #5D2ABC. Grayscale: #B5B5B5. Windows color (decimal): -6105789 or 4445602. OLE color: 4445602.

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

Color convert

RGB16221367-
CMYK0.2400.690.16
HSL80.96º63.48%54.9%-
HSV(B)80.96º68.54%83.53%-
XYZ39.7155.6813.96-
YUV181.1163.6114.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.65%
GREEN value IS 213 (83.59% from 255) = 48.19%
BLUE value IS 67 (26.56% from 255) = 15.16%
R=36.65%
G=48.19%
B=15.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162213670.2400.690.1680.9663.4854.9
HexA2D5431804510513f37
Octal242325103300105201217767
Binary101000101101010110000111100001000101100001010001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D543; }

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

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

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

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

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

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

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

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