#A0DB4A

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

Shades of Atlantis #A0DB4A

Tints of Atlantis #A0DB4A

Color information

#A0DB4A (or 0xA0DB4A) is unknown color: approx Atlantis. HEX triplet: A0, DB and 4A. RGB value is (160,219,74). Sum of RGB (Red+Green+Blue) = 160+219+74=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DB4A is #5F24B5. Grayscale: #B9B9B9. Windows color (decimal): -6235318 or 4905888. OLE color: 4905888.

HSL color Cylindrical-coordinate representation of color #A0DB4A: hue angle of 84.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0DB4A is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB16021974-
CMYK0.2700.660.14
HSL84.41º66.82%57.45%-
HSV(B)84.41º66.21%85.88%-
XYZ41.0658.6315.63-
YUV184.8365.45110.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 219 (85.94% from 255) = 48.34%
BLUE value IS 74 (29.30% from 255) = 16.34%
R=35.32%
G=48.34%
B=16.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal160219740.2700.660.1484.4166.8257.45
HexA0DB4A1B042E544339
Octal2403331123301021612410371
Binary101000001101101110010101101101000010111010101001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DB4A; }

 p { color: rgb(160,219,74); }

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

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

 a { background-color: rgb(160,219,74); }

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

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

 span { border-color: rgb(160,219,74); }

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