#A2CA46

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

Shades of Atlantis #A2CA46

Tints of Atlantis #A2CA46

Color information

#A2CA46 (or 0xA2CA46) is unknown color: approx Atlantis. HEX triplet: A2, CA and 46. RGB value is (162,202,70). Sum of RGB (Red+Green+Blue) = 162+202+70=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CA46 is #5D35B9. Grayscale: #AFAFAF. Windows color (decimal): -6108602 or 4639394. OLE color: 4639394.

HSL color Cylindrical-coordinate representation of color #A2CA46: hue angle of 78.18º 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 #A2CA46 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB16220270-
CMYK0.2000.650.21
HSL78.18º55.46%53.33%-
HSV(B)78.18º65.35%79.22%-
XYZ37.1350.3613.56-
YUV174.9968.75118.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 202 (79.30% from 255) = 46.54%
BLUE value IS 70 (27.73% from 255) = 16.13%
R=37.33%
G=46.54%
B=16.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162202700.2000.650.2178.1855.4653.33
HexA2CA4614041154e3735
Octal242312106240101251166765
Binary101000101100101010001101010001000001101011001110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CA46; }

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

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

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

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

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

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

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

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