Shades of Atlantis #A6D83D
Tints of Atlantis #A6D83D
RGB
CMYK
RGB Variations
Color information
#A6D83D (or 0xA6D83D) is known color: Atlantis. HEX triplet: A6, D8 and 3D. RGB value is (166,216,61). Sum of RGB (Red+Green+Blue) = 166+216+61=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D83D is #5927C2. Grayscale: #B7B7B7. Windows color (decimal): -5842883 or 4053158. OLE color: 4053158.
HSL color Cylindrical-coordinate representation of color #A6D83D: hue angle of 79.35º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6D83D is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 61 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.15 |
| HSL | 79.35º | 0.67% | 0.54% | - |
| HSV(B) | 79.35º | 0.72% | 0.85% | - |
| XYZ | 41.12 | 57.56 | 13.36 | - |
| YUV | 183.38 | 58.94 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 61 | 0.23 | 0 | 0.72 | 0.15 | 79.35 | 0.67 | 0.54 |
| Hex | A6 | D8 | 3D | 17 | 0 | 48 | F | 4F | 43 | 36 |
| Octal | 246 | 330 | 75 | 27 | 0 | 110 | 17 | 117 | 103 | 66 |
| Binary | 10100110 | 11011000 | 111101 | 10111 | 0 | 1001000 | 1111 | 1001111 | 1000011 | 110110 |
Color Harmonies of #A6D83D
Complementary color
Monochromatic Colors of #A6D83D
Black with #A6D83D
Text Example
Text Example
White with #A6D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D83D; }
p { color: rgb(166,216,61); }
H1.HeaderClassName
{
color: #A6D83D;
}
.AnyTagClassName
{
color: #A6D83D;
}
</style>
background-color css
<style>
a { background-color: #A6D83D; }
a { background-color: rgb(166,216,61); }
div.DivClassName
{
background-color: #A6D83D;
}
.BgClassName
{
background-color: #A6D83D;
}
</style>
border-color css
<style>
span { border-color: #A6D83D; }
span { border-color: rgb(166,216,61); }
td.TdClassName
{
border-color: #A6D83D;
}
.TagClassName
{
border-color: #A6D83D;
}
</style>