#a3c749

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

Shades of Atlantis #A3C749

Tints of Atlantis #A3C749

Color information

#A3C749 (or 0xA3C749) is unknown color: approx Atlantis. HEX triplet: A3, C7 and 49. RGB value is (163,199,73). Sum of RGB (Red+Green+Blue) = 163+199+73=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C749 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C749 is #5C38B6. Grayscale: #AEAEAE. Windows color (decimal): -6043831 or 4835235. OLE color: 4835235.

HSL color Cylindrical-coordinate representation of color #A3C749: hue angle of 77.14º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3C749 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB16319973-
CMYK0.1800.630.22
HSL77.14º52.94%53.33%-
HSV(B)77.14º63.32%78.04%-
XYZ36.7349.1113.85-
YUV173.8771.07120.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 199 (78.12% from 255) = 45.75%
BLUE value IS 73 (28.91% from 255) = 16.78%
R=37.47%
G=45.75%
B=16.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163199730.1800.630.2277.1452.9453.33
HexA3C7491203F164d3535
Octal24330711122077261156565
Binary10100011110001111001001100100111111101101001101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3c749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3c749; }

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

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

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

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

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

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

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

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