#A2C94A

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

Shades of Atlantis #A2C94A

Tints of Atlantis #A2C94A

Color information

#A2C94A (or 0xA2C94A) is unknown color: approx Atlantis. HEX triplet: A2, C9 and 4A. RGB value is (162,201,74). Sum of RGB (Red+Green+Blue) = 162+201+74=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C94A is #5D36B5. Grayscale: #AFAFAF. Windows color (decimal): -6108854 or 4901282. OLE color: 4901282.

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

Color convert

RGB16220174-
CMYK0.1900.630.21
HSL78.43º54.04%53.92%-
HSV(B)78.43º63.18%78.82%-
XYZ37.0249.9514.17-
YUV174.8671.08118.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 201 (78.91% from 255) = 46.00%
BLUE value IS 74 (29.30% from 255) = 16.93%
R=37.07%
G=46.00%
B=16.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162201740.1900.630.2178.4354.0453.92
HexA2C94A1303F154e3636
Octal24231111223077251166666
Binary10100010110010011001010100110111111101011001110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C94A; }

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

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

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

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

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

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

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

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