#A1D73A

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

Shades of Atlantis #A1D73A

Tints of Atlantis #A1D73A

Color information

#A1D73A (or 0xA1D73A) is unknown color: approx Atlantis. HEX triplet: A1, D7 and 3A. RGB value is (161,215,58). Sum of RGB (Red+Green+Blue) = 161+215+58=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D73A is #5E28C5. Grayscale: #B5B5B5. Windows color (decimal): -6170822 or 3856289. OLE color: 3856289.

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

Color convert

RGB16121558-
CMYK0.2500.730.16
HSL80.64º66.24%53.53%-
HSV(B)80.64º73.02%84.31%-
XYZ39.7656.4812.81-
YUV180.9658.61113.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 215 (84.38% from 255) = 49.54%
BLUE value IS 58 (23.05% from 255) = 13.36%
R=37.10%
G=49.54%
B=13.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161215580.2500.730.1680.6466.2453.53
HexA1D73A1904910514236
Octal241327723101112012110266
Binary101000011101011111101011001010010011000010100011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D73A; }

 p { color: rgb(161,215,58); }

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

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

 a { background-color: rgb(161,215,58); }

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

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

 span { border-color: rgb(161,215,58); }

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