#A2D44C

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

Shades of Atlantis #A2D44C

Tints of Atlantis #A2D44C

Color information

#A2D44C (or 0xA2D44C) is unknown color: approx Atlantis. HEX triplet: A2, D4 and 4C. RGB value is (162,212,76). Sum of RGB (Red+Green+Blue) = 162+212+76=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D44C is #5D2BB3. Grayscale: #B6B6B6. Windows color (decimal): -6106036 or 5035170. OLE color: 5035170.

HSL color Cylindrical-coordinate representation of color #A2D44C: hue angle of 82.06º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2D44C is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB16221276-
CMYK0.2400.640.17
HSL82.06º61.26%56.47%-
HSV(B)82.06º64.15%83.14%-
XYZ39.7555.2915.41-
YUV181.5568.44114.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 212 (83.20% from 255) = 47.11%
BLUE value IS 76 (30.08% from 255) = 16.89%
R=36%
G=47.11%
B=16.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal162212760.2400.640.1782.0661.2656.47
HexA2D44C1804011523d38
Octal242324114300100211227570
Binary101000101101010010011001100001000000100011010010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D44C; }

 p { color: rgb(162,212,76); }

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

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

 a { background-color: rgb(162,212,76); }

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

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

 span { border-color: rgb(162,212,76); }

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