#A1D53C

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

Shades of Atlantis #A1D53C

Tints of Atlantis #A1D53C

Color information

#A1D53C (or 0xA1D53C) is unknown color: approx Atlantis. HEX triplet: A1, D5 and 3C. RGB value is (161,213,60). Sum of RGB (Red+Green+Blue) = 161+213+60=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D53C is #5E2AC3. Grayscale: #B4B4B4. Windows color (decimal): -6171332 or 3986849. OLE color: 3986849.

HSL color Cylindrical-coordinate representation of color #A1D53C: hue angle of 80.39º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1D53C is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB16121360-
CMYK0.2400.720.16
HSL80.39º64.56%53.53%-
HSV(B)80.39º71.83%83.53%-
XYZ39.3155.4912.91-
YUV180.0160.27114.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 213 (83.59% from 255) = 49.08%
BLUE value IS 60 (23.83% from 255) = 13.82%
R=37.10%
G=49.08%
B=13.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161213600.2400.720.1680.3964.5653.53
HexA1D53C1804810504136
Octal241325743001102012010166
Binary101000011101010111110011000010010001000010100001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D53C; }

 p { color: rgb(161,213,60); }

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

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

 a { background-color: rgb(161,213,60); }

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

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

 span { border-color: rgb(161,213,60); }

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