Shades of Atlantis #A6DD39
Tints of Atlantis #A6DD39
RGB
CMYK
RGB Variations
Color information
#A6DD39 (or 0xA6DD39) is known color: 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
| RGB | 166 | 221 | 57 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.13 |
| HSL | 80.12º | 0.71% | 0.55% | - |
| HSV(B) | 80.12º | 0.74% | 0.87% | - |
| XYZ | 42.32 | 60.12 | 13.24 | - |
| YUV | 185.86 | 55.28 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 57 | 0.25 | 0 | 0.74 | 0.13 | 80.12 | 0.71 | 0.55 |
| Hex | A6 | DD | 39 | 19 | 0 | 4A | D | 50 | 47 | 37 |
| Octal | 246 | 335 | 71 | 31 | 0 | 112 | 15 | 120 | 107 | 67 |
| Binary | 10100110 | 11011101 | 111001 | 11001 | 0 | 1001010 | 1101 | 1010000 | 1000111 | 110111 |
Color Harmonies of #A6DD39
Complementary color
Monochromatic Colors of #A6DD39
Black with #A6DD39
Text Example
Text Example
White with #A6DD39
Text Example
Text Example
HTML Codes & Css Web 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>