#A1D946

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

Shades of Atlantis #A1D946

Tints of Atlantis #A1D946

Color information

#A1D946 (or 0xA1D946) is unknown color: approx Atlantis. HEX triplet: A1, D9 and 46. RGB value is (161,217,70). Sum of RGB (Red+Green+Blue) = 161+217+70=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D946 is #5E26B9. Grayscale: #B8B8B8. Windows color (decimal): -6170298 or 4643233. OLE color: 4643233.

HSL color Cylindrical-coordinate representation of color #A1D946: hue angle of 82.86º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1D946 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB16121770-
CMYK0.2600.680.15
HSL82.86º65.92%56.27%-
HSV(B)82.86º67.74%85.1%-
XYZ40.6257.6414.78-
YUV183.563.95111.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 217 (85.16% from 255) = 48.44%
BLUE value IS 70 (27.73% from 255) = 15.62%
R=35.94%
G=48.44%
B=15.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161217700.2600.680.1582.8665.9256.27
HexA1D9461A044F534238
Octal2413311063201041712310270
Binary101000011101100110001101101001000100111110100111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D946; }

 p { color: rgb(161,217,70); }

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

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

 a { background-color: rgb(161,217,70); }

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

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

 span { border-color: rgb(161,217,70); }

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