#A6DD39

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

Shades of Atlantis #A6DD39

Tints of Atlantis #A6DD39

Color information

#A6DD39 (or 0xA6DD39) is unknown color: approx Atlantis. HEX triplet: A6, DD and 39. RGB value is (166,221,57). Sum of RGB (Red+Green+Blue) = 166+221+57=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 57 (22.66% from 255 or 12.84% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD39 is #5922C6. Grayscale: #BABABA. Windows color (decimal): -5841607 or 3792294. OLE color: 3792294.

HSL color Cylindrical-coordinate representation of color #A6DD39: hue angle of 80.12º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6DD39 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB16622157-
CMYK0.2500.740.13
HSL80.12º70.69%54.51%-
HSV(B)80.12º74.21%86.67%-
XYZ42.3260.1213.24-
YUV185.8655.28113.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 221 (86.72% from 255) = 49.77%
BLUE value IS 57 (22.66% from 255) = 12.84%
R=37.39%
G=49.77%
B=12.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166221570.2500.740.1380.1270.6954.51
HexA6DD391904AD504737
Octal246335713101121512010767
Binary10100110110111011110011100101001010110110100001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DD39; }

 p { color: rgb(166,221,57); }

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

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

 a { background-color: rgb(166,221,57); }

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

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

 span { border-color: rgb(166,221,57); }

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