#a0d337

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

Shades of Atlantis #A0D337

Tints of Atlantis #A0D337

Color information

#A0D337 (or 0xA0D337) is unknown color: approx Atlantis. HEX triplet: A0, D3 and 37. RGB value is (160,211,55). Sum of RGB (Red+Green+Blue) = 160+211+55=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D337 is #5F2CC8. Grayscale: #B2B2B2. Windows color (decimal): -6237385 or 3658656. OLE color: 3658656.

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

Color convert

RGB16021155-
CMYK0.2400.740.17
HSL79.62º63.93%52.16%-
HSV(B)79.62º73.93%82.75%-
XYZ38.4854.3412.07-
YUV177.9758.6115.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.56%
GREEN value IS 211 (82.81% from 255) = 49.53%
BLUE value IS 55 (21.88% from 255) = 12.91%
R=37.56%
G=49.53%
B=12.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal160211550.2400.740.1779.6263.9352.16
HexA0D3371804A11504034
Octal240323673001122112010064
Binary101000001101001111011111000010010101000110100001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0d337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0d337; }

 p { color: rgb(160,211,55); }

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

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

 a { background-color: rgb(160,211,55); }

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

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

 span { border-color: rgb(160,211,55); }

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