Shades of Atlantis #A6DA3A
Tints of Atlantis #A6DA3A
RGB
CMYK
RGB Variations
Color information
#A6DA3A (or 0xA6DA3A) is known color: Atlantis. HEX triplet: A6, DA and 3A. RGB value is (166,218,58). Sum of RGB (Red+Green+Blue) = 166+218+58=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DA3A is #5925C5. Grayscale: #B8B8B8. Windows color (decimal): -5842374 or 3857062. OLE color: 3857062.
HSL color Cylindrical-coordinate representation of color #A6DA3A: hue angle of 79.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6DA3A is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 58 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.15 |
| HSL | 79.5º | 0.68% | 0.54% | - |
| HSV(B) | 79.5º | 0.73% | 0.85% | - |
| XYZ | 41.56 | 58.56 | 13.11 | - |
| YUV | 184.21 | 56.77 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 58 | 0.24 | 0 | 0.73 | 0.15 | 79.5 | 0.68 | 0.54 |
| Hex | A6 | DA | 3A | 18 | 0 | 49 | F | 50 | 44 | 36 |
| Octal | 246 | 332 | 72 | 30 | 0 | 111 | 17 | 120 | 104 | 66 |
| Binary | 10100110 | 11011010 | 111010 | 11000 | 0 | 1001001 | 1111 | 1010000 | 1000100 | 110110 |
Color Harmonies of #A6DA3A
Complementary color
Monochromatic Colors of #A6DA3A
Black with #A6DA3A
Text Example
Text Example
White with #A6DA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA3A; }
p { color: rgb(166,218,58); }
H1.HeaderClassName
{
color: #A6DA3A;
}
.AnyTagClassName
{
color: #A6DA3A;
}
</style>
background-color css
<style>
a { background-color: #A6DA3A; }
a { background-color: rgb(166,218,58); }
div.DivClassName
{
background-color: #A6DA3A;
}
.BgClassName
{
background-color: #A6DA3A;
}
</style>
border-color css
<style>
span { border-color: #A6DA3A; }
span { border-color: rgb(166,218,58); }
td.TdClassName
{
border-color: #A6DA3A;
}
.TagClassName
{
border-color: #A6DA3A;
}
</style>