Shades of Atlantis #A6DD31
Tints of Atlantis #A6DD31
RGB
CMYK
RGB Variations
Color information
#A6DD31 (or 0xA6DD31) is known color: Atlantis. HEX triplet: A6, DD and 31. RGB value is (166,221,49). Sum of RGB (Red+Green+Blue) = 166+221+49=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD31 is #5922CE. Grayscale: #B9B9B9. Windows color (decimal): -5841615 or 3268006. OLE color: 3268006.
HSL color Cylindrical-coordinate representation of color #A6DD31: hue angle of 79.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6DD31 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 49 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.13 |
| HSL | 79.19º | 0.72% | 0.53% | - |
| HSV(B) | 79.19º | 0.78% | 0.87% | - |
| XYZ | 42.14 | 60.04 | 12.27 | - |
| YUV | 184.95 | 51.28 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 49 | 0.25 | 0 | 0.78 | 0.13 | 79.19 | 0.72 | 0.53 |
| Hex | A6 | DD | 31 | 19 | 0 | 4E | D | 4F | 48 | 35 |
| Octal | 246 | 335 | 61 | 31 | 0 | 116 | 15 | 117 | 110 | 65 |
| Binary | 10100110 | 11011101 | 110001 | 11001 | 0 | 1001110 | 1101 | 1001111 | 1001000 | 110101 |
Color Harmonies of #A6DD31
Complementary color
Monochromatic Colors of #A6DD31
Black with #A6DD31
Text Example
Text Example
White with #A6DD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD31; }
p { color: rgb(166,221,49); }
H1.HeaderClassName
{
color: #A6DD31;
}
.AnyTagClassName
{
color: #A6DD31;
}
</style>
background-color css
<style>
a { background-color: #A6DD31; }
a { background-color: rgb(166,221,49); }
div.DivClassName
{
background-color: #A6DD31;
}
.BgClassName
{
background-color: #A6DD31;
}
</style>
border-color css
<style>
span { border-color: #A6DD31; }
span { border-color: rgb(166,221,49); }
td.TdClassName
{
border-color: #A6DD31;
}
.TagClassName
{
border-color: #A6DD31;
}
</style>