#A3E53D

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

Shades of Atlantis #A3E53D

Tints of Atlantis #A3E53D

Color information

#A3E53D (or 0xA3E53D) is unknown color: approx Atlantis. HEX triplet: A3, E5 and 3D. RGB value is (163,229,61). Sum of RGB (Red+Green+Blue) = 163+229+61=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E53D is #5C1AC2. Grayscale: #BEBEBE. Windows color (decimal): -6036163 or 4056483. OLE color: 4056483.

HSL color Cylindrical-coordinate representation of color #A3E53D: hue angle of 83.57º 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 #A3E53D is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB16322961-
CMYK0.2900.730.10
HSL83.57º76.36%56.86%-
HSV(B)83.57º73.36%89.8%-
XYZ43.9764.1614.48-
YUV190.1155.13108.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 229 (89.84% from 255) = 50.55%
BLUE value IS 61 (24.22% from 255) = 13.47%
R=35.98%
G=50.55%
B=13.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal163229610.2900.730.1083.5776.3656.86
HexA3E53D1D049A544c39
Octal243345753501111212411471
Binary10100011111001011111011110101001001101010101001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E53D; }

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

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

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

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

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

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

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

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