#A1C43D

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

Shades of Atlantis #A1C43D

Tints of Atlantis #A1C43D

Color information

#A1C43D (or 0xA1C43D) is unknown color: approx Atlantis. HEX triplet: A1, C4 and 3D. RGB value is (161,196,61). Sum of RGB (Red+Green+Blue) = 161+196+61=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C43D is #5E3BC2. Grayscale: #AAAAAA. Windows color (decimal): -6175683 or 4048033. OLE color: 4048033.

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

Color convert

RGB16119661-
CMYK0.1800.690.23
HSL75.56º53.36%50.39%-
HSV(B)75.56º68.88%76.86%-
XYZ35.2847.3911.7-
YUV170.1466.4121.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 196 (76.95% from 255) = 46.89%
BLUE value IS 61 (24.22% from 255) = 14.59%
R=38.52%
G=46.89%
B=14.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161196610.1800.690.2375.5653.3650.39
HexA1C43D12045174c3532
Octal24130475220105271146562
Binary10100001110001001111011001001000101101111001100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C43D; }

 p { color: rgb(161,196,61); }

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

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

 a { background-color: rgb(161,196,61); }

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

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

 span { border-color: rgb(161,196,61); }

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