#A3C53F

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

Shades of Atlantis #A3C53F

Tints of Atlantis #A3C53F

Color information

#A3C53F (or 0xA3C53F) is unknown color: approx Atlantis. HEX triplet: A3, C5 and 3F. RGB value is (163,197,63). Sum of RGB (Red+Green+Blue) = 163+197+63=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C53F is #5C3AC0. Grayscale: #ACACAC. Windows color (decimal): -6044353 or 4179363. OLE color: 4179363.

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

Color convert

RGB16319763-
CMYK0.1700.680.23
HSL75.22º53.6%50.98%-
HSV(B)75.22º68.02%77.25%-
XYZ35.9748.0812.09-
YUV171.5666.74121.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 197 (77.34% from 255) = 46.57%
BLUE value IS 63 (25% from 255) = 14.89%
R=38.53%
G=46.57%
B=14.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163197630.1700.680.2375.2253.650.98
HexA3C53F11044174b3633
Octal24330577210104271136663
Binary10100011110001011111111000101000100101111001011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C53F; }

 p { color: rgb(163,197,63); }

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

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

 a { background-color: rgb(163,197,63); }

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

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

 span { border-color: rgb(163,197,63); }

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