#A2C344

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

Shades of Atlantis #A2C344

Tints of Atlantis #A2C344

Color information

#A2C344 (or 0xA2C344) is unknown color: approx Atlantis. HEX triplet: A2, C3 and 44. RGB value is (162,195,68). Sum of RGB (Red+Green+Blue) = 162+195+68=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C344 is #5D3CBB. Grayscale: #ABABAB. Windows color (decimal): -6110396 or 4506530. OLE color: 4506530.

HSL color Cylindrical-coordinate representation of color #A2C344: hue angle of 75.59º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2C344 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB16219568-
CMYK0.1700.650.24
HSL75.59º51.42%51.57%-
HSV(B)75.59º65.13%76.47%-
XYZ35.4647.1312.7-
YUV170.6670.07121.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 195 (76.56% from 255) = 45.88%
BLUE value IS 68 (26.95% from 255) = 16%
R=38.12%
G=45.88%
B=16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162195680.1700.650.2475.5951.4251.57
HexA2C34411041184c3334
Octal242303104210101301146364
Binary101000101100001110001001000101000001110001001100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C344; }

 p { color: rgb(162,195,68); }

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

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

 a { background-color: rgb(162,195,68); }

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

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

 span { border-color: rgb(162,195,68); }

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