#A2DB37

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

Shades of Atlantis #A2DB37

Tints of Atlantis #A2DB37

Color information

#A2DB37 (or 0xA2DB37) is unknown color: approx Atlantis. HEX triplet: A2, DB and 37. RGB value is (162,219,55). Sum of RGB (Red+Green+Blue) = 162+219+55=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DB37 is #5D24C8. Grayscale: #B7B7B7. Windows color (decimal): -6104265 or 3660706. OLE color: 3660706.

HSL color Cylindrical-coordinate representation of color #A2DB37: hue angle of 80.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2DB37 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB16221955-
CMYK0.2600.750.14
HSL80.85º69.49%53.73%-
HSV(B)80.85º74.89%85.88%-
XYZ40.9258.6212.77-
YUV183.2655.62112.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 219 (85.94% from 255) = 50.23%
BLUE value IS 55 (21.88% from 255) = 12.61%
R=37.16%
G=50.23%
B=12.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162219550.2600.750.1480.8569.4953.73
HexA2DB371A04BE514536
Octal242333673201131612110566
Binary10100010110110111101111101001001011111010100011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DB37; }

 p { color: rgb(162,219,55); }

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

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

 a { background-color: rgb(162,219,55); }

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

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

 span { border-color: rgb(162,219,55); }

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