#A3C449

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

Shades of Atlantis #A3C449

Tints of Atlantis #A3C449

Color information

#A3C449 (or 0xA3C449) is unknown color: approx Atlantis. HEX triplet: A3, C4 and 49. RGB value is (163,196,73). Sum of RGB (Red+Green+Blue) = 163+196+73=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C449 is #5C3BB6. Grayscale: #ACACAC. Windows color (decimal): -6044599 or 4834467. OLE color: 4834467.

HSL color Cylindrical-coordinate representation of color #A3C449: hue angle of 76.1º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3C449 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB16319673-
CMYK0.1700.630.23
HSL76.1º51.04%52.75%-
HSV(B)76.1º62.76%76.86%-
XYZ36.0547.7513.62-
YUV172.1172.07121.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 196 (76.95% from 255) = 45.37%
BLUE value IS 73 (28.91% from 255) = 16.90%
R=37.73%
G=45.37%
B=16.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163196730.1700.630.2376.151.0452.75
HexA3C4491103F174c3335
Octal24330411121077271146365
Binary10100011110001001001001100010111111101111001100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C449; }

 p { color: rgb(163,196,73); }

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

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

 a { background-color: rgb(163,196,73); }

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

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

 span { border-color: rgb(163,196,73); }

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