Shades of Atlantis #A6DD42
Tints of Atlantis #A6DD42
RGB
CMYK
RGB Variations
Color information
#A6DD42 (or 0xA6DD42) is known color: Atlantis. HEX triplet: A6, DD and 42. RGB value is (166,221,66). Sum of RGB (Red+Green+Blue) = 166+221+66=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD42 is #5922BD. Grayscale: #BBBBBB. Windows color (decimal): -5841598 or 4382118. OLE color: 4382118.
HSL color Cylindrical-coordinate representation of color #A6DD42: hue angle of 81.29º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6DD42 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 66 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.13 |
| HSL | 81.29º | 0.7% | 0.56% | - |
| HSV(B) | 81.29º | 0.7% | 0.87% | - |
| XYZ | 42.57 | 60.21 | 14.53 | - |
| YUV | 186.89 | 59.78 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 66 | 0.25 | 0 | 0.70 | 0.13 | 81.29 | 0.7 | 0.56 |
| Hex | A6 | DD | 42 | 19 | 0 | 46 | D | 51 | 46 | 38 |
| Octal | 246 | 335 | 102 | 31 | 0 | 106 | 15 | 121 | 106 | 70 |
| Binary | 10100110 | 11011101 | 1000010 | 11001 | 0 | 1000110 | 1101 | 1010001 | 1000110 | 111000 |
Color Harmonies of #A6DD42
Complementary color
Monochromatic Colors of #A6DD42
Black with #A6DD42
Text Example
Text Example
White with #A6DD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD42; }
p { color: rgb(166,221,66); }
H1.HeaderClassName
{
color: #A6DD42;
}
.AnyTagClassName
{
color: #A6DD42;
}
</style>
background-color css
<style>
a { background-color: #A6DD42; }
a { background-color: rgb(166,221,66); }
div.DivClassName
{
background-color: #A6DD42;
}
.BgClassName
{
background-color: #A6DD42;
}
</style>
border-color css
<style>
span { border-color: #A6DD42; }
span { border-color: rgb(166,221,66); }
td.TdClassName
{
border-color: #A6DD42;
}
.TagClassName
{
border-color: #A6DD42;
}
</style>