#A2D641

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

Shades of Atlantis #A2D641

Tints of Atlantis #A2D641

Color information

#A2D641 (or 0xA2D641) is unknown color: approx Atlantis. HEX triplet: A2, D6 and 41. RGB value is (162,214,65). Sum of RGB (Red+Green+Blue) = 162+214+65=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D641 is #5D29BE. Grayscale: #B6B6B6. Windows color (decimal): -6105535 or 4314786. OLE color: 4314786.

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

Color convert

RGB16221465-
CMYK0.2400.700.16
HSL80.94º64.5%54.71%-
HSV(B)80.94º69.63%83.92%-
XYZ39.956.1613.74-
YUV181.4762.27114.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 214 (83.98% from 255) = 48.53%
BLUE value IS 65 (25.78% from 255) = 14.74%
R=36.73%
G=48.53%
B=14.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162214650.2400.700.1680.9464.554.71
HexA2D6411804610514137
Octal2423261013001062012110167
Binary1010001011010110100000111000010001101000010100011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D641; }

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

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

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

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

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

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

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

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