#A2C246

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

Shades of Atlantis #A2C246

Tints of Atlantis #A2C246

Color information

#A2C246 (or 0xA2C246) is unknown color: approx Atlantis. HEX triplet: A2, C2 and 46. RGB value is (162,194,70). Sum of RGB (Red+Green+Blue) = 162+194+70=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C246 is #5D3DB9. Grayscale: #AAAAAA. Windows color (decimal): -6110650 or 4637346. OLE color: 4637346.

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

Color convert

RGB16219470-
CMYK0.1600.640.24
HSL75.48º50.41%51.76%-
HSV(B)75.48º63.92%76.08%-
XYZ35.346.7112.95-
YUV170.371.4122.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 194 (76.17% from 255) = 45.54%
BLUE value IS 70 (27.73% from 255) = 16.43%
R=38.03%
G=45.54%
B=16.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162194700.1600.640.2475.4850.4151.76
HexA2C24610040184b3234
Octal242302106200100301136264
Binary101000101100001010001101000001000000110001001011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C246; }

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

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

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

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

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

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

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

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