#A1D446

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

Shades of Atlantis #A1D446

Tints of Atlantis #A1D446

Color information

#A1D446 (or 0xA1D446) is unknown color: approx Atlantis. HEX triplet: A1, D4 and 46. RGB value is (161,212,70). Sum of RGB (Red+Green+Blue) = 161+212+70=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D446 is #5E2BB9. Grayscale: #B5B5B5. Windows color (decimal): -6171578 or 4641953. OLE color: 4641953.

HSL color Cylindrical-coordinate representation of color #A1D446: hue angle of 81.55º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1D446 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB16121270-
CMYK0.2400.670.17
HSL81.55º62.28%55.29%-
HSV(B)81.55º66.98%83.14%-
XYZ39.3555.1114.36-
YUV180.5665.6114.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 212 (83.20% from 255) = 47.86%
BLUE value IS 70 (27.73% from 255) = 15.80%
R=36.34%
G=47.86%
B=15.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161212700.2400.670.1781.5562.2855.29
HexA1D4461804311523e37
Octal241324106300103211227667
Binary101000011101010010001101100001000011100011010010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D446; }

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

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

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

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

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

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

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

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