#A2C44D

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

Shades of Atlantis #A2C44D

Tints of Atlantis #A2C44D

Color information

#A2C44D (or 0xA2C44D) is unknown color: approx Atlantis. HEX triplet: A2, C4 and 4D. RGB value is (162,196,77). Sum of RGB (Red+Green+Blue) = 162+196+77=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C44D is #5D3BB2. Grayscale: #ACACAC. Windows color (decimal): -6110131 or 5096610. OLE color: 5096610.

HSL color Cylindrical-coordinate representation of color #A2C44D: hue angle of 77.14º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2C44D is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB16219677-
CMYK0.1700.610.23
HSL77.14º50.21%53.53%-
HSV(B)77.14º60.71%76.86%-
XYZ35.9847.714.33-
YUV172.2774.24120.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 196 (76.95% from 255) = 45.06%
BLUE value IS 77 (30.47% from 255) = 17.70%
R=37.24%
G=45.06%
B=17.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal162196770.1700.610.2377.1450.2153.53
HexA2C44D1103D174d3236
Octal24230411521075271156266
Binary10100010110001001001101100010111101101111001101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C44D; }

 p { color: rgb(162,196,77); }

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

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

 a { background-color: rgb(162,196,77); }

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

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

 span { border-color: rgb(162,196,77); }

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