#A1C53F

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

Shades of Atlantis #A1C53F

Tints of Atlantis #A1C53F

Color information

#A1C53F (or 0xA1C53F) is unknown color: approx Atlantis. HEX triplet: A1, C5 and 3F. RGB value is (161,197,63). Sum of RGB (Red+Green+Blue) = 161+197+63=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C53F is #5E3AC0. Grayscale: #ABABAB. Windows color (decimal): -6175425 or 4179361. OLE color: 4179361.

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

Color convert

RGB16119763-
CMYK0.1800.680.23
HSL76.12º53.6%50.98%-
HSV(B)76.12º68.02%77.25%-
XYZ35.5647.8712.07-
YUV170.9667.07120.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.24%
GREEN value IS 197 (77.34% from 255) = 46.79%
BLUE value IS 63 (25% from 255) = 14.96%
R=38.24%
G=46.79%
B=14.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161197630.1800.680.2376.1253.650.98
HexA1C53F12044174c3633
Octal24130577220104271146663
Binary10100001110001011111111001001000100101111001100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C53F; }

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

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

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

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

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

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

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

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