#A1C53A

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

Shades of Atlantis #A1C53A

Tints of Atlantis #A1C53A

Color information

#A1C53A (or 0xA1C53A) is unknown color: approx Atlantis. HEX triplet: A1, C5 and 3A. RGB value is (161,197,58). Sum of RGB (Red+Green+Blue) = 161+197+58=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C53A is #5E3AC5. Grayscale: #AAAAAA. Windows color (decimal): -6175430 or 3851681. OLE color: 3851681.

HSL color Cylindrical-coordinate representation of color #A1C53A: hue angle of 75.54º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1C53A is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB16119758-
CMYK0.1800.710.23
HSL75.54º54.51%50%-
HSV(B)75.54º70.56%77.25%-
XYZ35.4347.8211.36-
YUV170.3964.57121.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.70%
GREEN value IS 197 (77.34% from 255) = 47.36%
BLUE value IS 58 (23.05% from 255) = 13.94%
R=38.70%
G=47.36%
B=13.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161197580.1800.710.2375.5454.5150
HexA1C53A12047174c3732
Octal24130572220107271146762
Binary10100001110001011110101001001000111101111001100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C53A; }

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

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

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

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

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

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

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

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