#A0DD45

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

Shades of Atlantis #A0DD45

Tints of Atlantis #A0DD45

Color information

#A0DD45 (or 0xA0DD45) is unknown color: approx Atlantis. HEX triplet: A0, DD and 45. RGB value is (160,221,69). Sum of RGB (Red+Green+Blue) = 160+221+69=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD45 is #5F22BA. Grayscale: #B9B9B9. Windows color (decimal): -6234811 or 4578720. OLE color: 4578720.

HSL color Cylindrical-coordinate representation of color #A0DD45: hue angle of 84.08º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0DD45 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB16022169-
CMYK0.2800.690.13
HSL84.08º69.09%56.86%-
HSV(B)84.08º68.78%86.67%-
XYZ41.4359.6214.95-
YUV185.4362.29109.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 221 (86.72% from 255) = 49.11%
BLUE value IS 69 (27.34% from 255) = 15.33%
R=35.56%
G=49.11%
B=15.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160221690.2800.690.1384.0869.0956.86
HexA0DD451C045D544539
Octal2403351053401051512410571
Binary101000001101110110001011110001000101110110101001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DD45; }

 p { color: rgb(160,221,69); }

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

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

 a { background-color: rgb(160,221,69); }

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

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

 span { border-color: rgb(160,221,69); }

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