#A1C548

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

Shades of Atlantis #A1C548

Tints of Atlantis #A1C548

Color information

#A1C548 (or 0xA1C548) is unknown color: approx Atlantis. HEX triplet: A1, C5 and 48. RGB value is (161,197,72). Sum of RGB (Red+Green+Blue) = 161+197+72=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C548 is #5E3AB7. Grayscale: #ACACAC. Windows color (decimal): -6175416 or 4769185. OLE color: 4769185.

HSL color Cylindrical-coordinate representation of color #A1C548: hue angle of 77.28º degrees, saturation: 0.52, 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 #A1C548 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB16119772-
CMYK0.1800.630.23
HSL77.28º51.87%52.75%-
HSV(B)77.28º63.45%77.25%-
XYZ35.8347.9813.5-
YUV171.9971.57120.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 197 (77.34% from 255) = 45.81%
BLUE value IS 72 (28.52% from 255) = 16.74%
R=37.44%
G=45.81%
B=16.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161197720.1800.630.2377.2851.8752.75
HexA1C5481203F174d3435
Octal24130511022077271156465
Binary10100001110001011001000100100111111101111001101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C548; }

 p { color: rgb(161,197,72); }

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

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

 a { background-color: rgb(161,197,72); }

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

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

 span { border-color: rgb(161,197,72); }

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