#A2C946

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

Shades of Atlantis #A2C946

Tints of Atlantis #A2C946

Color information

#A2C946 (or 0xA2C946) is unknown color: approx Atlantis. HEX triplet: A2, C9 and 46. RGB value is (162,201,70). Sum of RGB (Red+Green+Blue) = 162+201+70=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C946 is #5D36B9. Grayscale: #AEAEAE. Windows color (decimal): -6108858 or 4639138. OLE color: 4639138.

HSL color Cylindrical-coordinate representation of color #A2C946: hue angle of 77.86º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2C946 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB16220170-
CMYK0.1900.650.21
HSL77.86º54.81%53.14%-
HSV(B)77.86º65.17%78.82%-
XYZ36.8949.913.48-
YUV174.469.08119.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 201 (78.91% from 255) = 46.42%
BLUE value IS 70 (27.73% from 255) = 16.17%
R=37.41%
G=46.42%
B=16.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162201700.1900.650.2177.8654.8153.14
HexA2C94613041154e3735
Octal242311106230101251166765
Binary101000101100100110001101001101000001101011001110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C946; }

 p { color: rgb(162,201,70); }

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

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

 a { background-color: rgb(162,201,70); }

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

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

 span { border-color: rgb(162,201,70); }

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