#A2D645

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

Shades of Atlantis #A2D645

Tints of Atlantis #A2D645

Color information

#A2D645 (or 0xA2D645) is unknown color: approx Atlantis. HEX triplet: A2, D6 and 45. RGB value is (162,214,69). Sum of RGB (Red+Green+Blue) = 162+214+69=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D645 is #5D29BA. Grayscale: #B6B6B6. Windows color (decimal): -6105531 or 4576930. OLE color: 4576930.

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

Color convert

RGB16221469-
CMYK0.2400.680.16
HSL81.52º63.88%55.49%-
HSV(B)81.52º67.76%83.92%-
XYZ40.0256.214.37-
YUV181.9264.27113.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 214 (83.98% from 255) = 48.09%
BLUE value IS 69 (27.34% from 255) = 15.51%
R=36.40%
G=48.09%
B=15.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162214690.2400.680.1681.5263.8855.49
HexA2D6451804410524037
Octal2423261053001042012210067
Binary1010001011010110100010111000010001001000010100101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D645; }

 p { color: rgb(162,214,69); }

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

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

 a { background-color: rgb(162,214,69); }

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

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

 span { border-color: rgb(162,214,69); }

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