#a2ce49

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

Shades of Atlantis #A2CE49

Tints of Atlantis #A2CE49

Color information

#A2CE49 (or 0xA2CE49) is unknown color: approx Atlantis. HEX triplet: A2, CE and 49. RGB value is (162,206,73). Sum of RGB (Red+Green+Blue) = 162+206+73=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CE49 is #5D31B6. Grayscale: #B2B2B2. Windows color (decimal): -6107575 or 4837026. OLE color: 4837026.

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

Color convert

RGB16220673-
CMYK0.2100.650.19
HSL79.85º57.58%54.71%-
HSV(B)79.85º64.56%80.78%-
XYZ38.1752.3114.39-
YUV177.6868.92116.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 206 (80.86% from 255) = 46.71%
BLUE value IS 73 (28.91% from 255) = 16.55%
R=36.73%
G=46.71%
B=16.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162206730.2100.650.1979.8557.5854.71
HexA2CE491504113503a37
Octal242316111250101231207267
Binary101000101100111010010011010101000001100111010000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2ce49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2ce49; }

 p { color: rgb(162,206,73); }

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

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

 a { background-color: rgb(162,206,73); }

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

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

 span { border-color: rgb(162,206,73); }

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