#A5C547

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

Shades of Atlantis #A5C547

Tints of Atlantis #A5C547

Color information

#A5C547 (or 0xA5C547) is unknown color: approx Atlantis. HEX triplet: A5, C5 and 47. RGB value is (165,197,71). Sum of RGB (Red+Green+Blue) = 165+197+71=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C547 is #5A3AB8. Grayscale: #ADADAD. Windows color (decimal): -5913273 or 4703653. OLE color: 4703653.

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

Color convert

RGB16519771-
CMYK0.1600.640.23
HSL75.24º52.07%52.55%-
HSV(B)75.24º63.96%77.25%-
XYZ36.6248.3913.37-
YUV173.0770.4122.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 197 (77.34% from 255) = 45.50%
BLUE value IS 71 (28.12% from 255) = 16.40%
R=38.11%
G=45.50%
B=16.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal165197710.1600.640.2375.2452.0752.55
HexA5C54710040174b3435
Octal245305107200100271136465
Binary101001011100010110001111000001000000101111001011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C547; }

 p { color: rgb(165,197,71); }

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

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

 a { background-color: rgb(165,197,71); }

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

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

 span { border-color: rgb(165,197,71); }

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