#A1E53D

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

Shades of Atlantis #A1E53D

Tints of Atlantis #A1E53D

Color information

#A1E53D (or 0xA1E53D) is unknown color: approx Atlantis. HEX triplet: A1, E5 and 3D. RGB value is (161,229,61). Sum of RGB (Red+Green+Blue) = 161+229+61=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E53D is #5E1AC2. Grayscale: #BEBEBE. Windows color (decimal): -6167235 or 4056481. OLE color: 4056481.

HSL color Cylindrical-coordinate representation of color #A1E53D: hue angle of 84.29º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1E53D is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB16122961-
CMYK0.3000.730.10
HSL84.29º76.36%56.86%-
HSV(B)84.29º73.36%89.8%-
XYZ43.5663.9514.46-
YUV189.5255.47107.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 229 (89.84% from 255) = 50.78%
BLUE value IS 61 (24.22% from 255) = 13.53%
R=35.70%
G=50.78%
B=13.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal161229610.3000.730.1084.2976.3656.86
HexA1E53D1E049A544c39
Octal241345753601111212411471
Binary10100001111001011111011111001001001101010101001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E53D; }

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

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

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

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

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

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

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

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