Shades of Atlantis #A6DA3C
Tints of Atlantis #A6DA3C
RGB
CMYK
RGB Variations
Color information
#A6DA3C (or 0xA6DA3C) is known color: Atlantis. HEX triplet: A6, DA and 3C. RGB value is (166,218,60). Sum of RGB (Red+Green+Blue) = 166+218+60=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DA3C is #5925C3. Grayscale: #B9B9B9. Windows color (decimal): -5842372 or 3988134. OLE color: 3988134.
HSL color Cylindrical-coordinate representation of color #A6DA3C: hue angle of 79.75º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6DA3C is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 60 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.15 |
| HSL | 79.75º | 0.68% | 0.55% | - |
| HSV(B) | 79.75º | 0.72% | 0.85% | - |
| XYZ | 41.61 | 58.58 | 13.39 | - |
| YUV | 184.44 | 57.77 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 60 | 0.24 | 0 | 0.72 | 0.15 | 79.75 | 0.68 | 0.55 |
| Hex | A6 | DA | 3C | 18 | 0 | 48 | F | 50 | 44 | 37 |
| Octal | 246 | 332 | 74 | 30 | 0 | 110 | 17 | 120 | 104 | 67 |
| Binary | 10100110 | 11011010 | 111100 | 11000 | 0 | 1001000 | 1111 | 1010000 | 1000100 | 110111 |
Color Harmonies of #A6DA3C
Complementary color
Monochromatic Colors of #A6DA3C
Black with #A6DA3C
Text Example
Text Example
White with #A6DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA3C; }
p { color: rgb(166,218,60); }
H1.HeaderClassName
{
color: #A6DA3C;
}
.AnyTagClassName
{
color: #A6DA3C;
}
</style>
background-color css
<style>
a { background-color: #A6DA3C; }
a { background-color: rgb(166,218,60); }
div.DivClassName
{
background-color: #A6DA3C;
}
.BgClassName
{
background-color: #A6DA3C;
}
</style>
border-color css
<style>
span { border-color: #A6DA3C; }
span { border-color: rgb(166,218,60); }
td.TdClassName
{
border-color: #A6DA3C;
}
.TagClassName
{
border-color: #A6DA3C;
}
</style>