#A0D13D

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

Shades of Atlantis #A0D13D

Tints of Atlantis #A0D13D

Color information

#A0D13D (or 0xA0D13D) is unknown color: approx Atlantis. HEX triplet: A0, D1 and 3D. RGB value is (160,209,61). Sum of RGB (Red+Green+Blue) = 160+209+61=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D13D is #5F2EC2. Grayscale: #B2B2B2. Windows color (decimal): -6237891 or 4051360. OLE color: 4051360.

HSL color Cylindrical-coordinate representation of color #A0D13D: hue angle of 79.86º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0D13D is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB16020961-
CMYK0.2300.710.18
HSL79.86º61.67%52.94%-
HSV(B)79.86º70.81%81.96%-
XYZ38.1453.4112.71-
YUV177.4862.27115.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 209 (82.03% from 255) = 48.60%
BLUE value IS 61 (24.22% from 255) = 14.19%
R=37.21%
G=48.60%
B=14.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160209610.2300.710.1879.8661.6752.94
HexA0D13D1704712503e35
Octal24032175270107221207665
Binary10100000110100011111011011101000111100101010000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D13D; }

 p { color: rgb(160,209,61); }

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

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

 a { background-color: rgb(160,209,61); }

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

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

 span { border-color: rgb(160,209,61); }

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