#A0D946

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

Shades of Atlantis #A0D946

Tints of Atlantis #A0D946

Color information

#A0D946 (or 0xA0D946) is unknown color: approx Atlantis. HEX triplet: A0, D9 and 46. RGB value is (160,217,70). Sum of RGB (Red+Green+Blue) = 160+217+70=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D946 is #5F26B9. Grayscale: #B7B7B7. Windows color (decimal): -6235834 or 4643232. OLE color: 4643232.

HSL color Cylindrical-coordinate representation of color #A0D946: hue angle of 83.27º 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 #A0D946 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB16021770-
CMYK0.2600.680.15
HSL83.27º65.92%56.27%-
HSV(B)83.27º67.74%85.1%-
XYZ40.4257.5414.77-
YUV183.264.12111.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 217 (85.16% from 255) = 48.55%
BLUE value IS 70 (27.73% from 255) = 15.66%
R=35.79%
G=48.55%
B=15.66%

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
Decimal160217700.2600.680.1583.2765.9256.27
HexA0D9461A044F534238
Octal2403311063201041712310270
Binary101000001101100110001101101001000100111110100111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D946; }

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

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

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

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

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

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

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

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