#A6DC37

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

Shades of Atlantis #A6DC37

Tints of Atlantis #A6DC37

Color information

#A6DC37 (or 0xA6DC37) is unknown color: approx Atlantis. HEX triplet: A6, DC and 37. RGB value is (166,220,55). Sum of RGB (Red+Green+Blue) = 166+220+55=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC37 is #5923C8. Grayscale: #B9B9B9. Windows color (decimal): -5841865 or 3660966. OLE color: 3660966.

HSL color Cylindrical-coordinate representation of color #A6DC37: hue angle of 79.64º degrees, saturation: 0.7, 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 #A6DC37 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB16622055-
CMYK0.2500.750.14
HSL79.64º70.21%53.92%-
HSV(B)79.64º75%86.27%-
XYZ42.0159.5712.9-
YUV185.0454.61114.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 220 (86.33% from 255) = 49.89%
BLUE value IS 55 (21.88% from 255) = 12.47%
R=37.64%
G=49.89%
B=12.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal166220550.2500.750.1479.6470.2153.92
HexA6DC371904BE504636
Octal246334673101131612010666
Binary10100110110111001101111100101001011111010100001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DC37; }

 p { color: rgb(166,220,55); }

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

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

 a { background-color: rgb(166,220,55); }

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

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

 span { border-color: rgb(166,220,55); }

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