Shades of Atlantis #A6DA45
Tints of Atlantis #A6DA45
RGB
CMYK
RGB Variations
Color information
#A6DA45 (or 0xA6DA45) is known color: Atlantis. HEX triplet: A6, DA and 45. RGB value is (166,218,69). Sum of RGB (Red+Green+Blue) = 166+218+69=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DA45 is #5925BA. Grayscale: #BABABA. Windows color (decimal): -5842363 or 4577958. OLE color: 4577958.
HSL color Cylindrical-coordinate representation of color #A6DA45: hue angle of 80.94º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6DA45 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 69 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.15 |
| HSL | 80.94º | 0.67% | 0.56% | - |
| HSV(B) | 80.94º | 0.68% | 0.85% | - |
| XYZ | 41.87 | 58.68 | 14.75 | - |
| YUV | 185.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 69 | 0.24 | 0 | 0.68 | 0.15 | 80.94 | 0.67 | 0.56 |
| Hex | A6 | DA | 45 | 18 | 0 | 44 | F | 51 | 43 | 38 |
| Octal | 246 | 332 | 105 | 30 | 0 | 104 | 17 | 121 | 103 | 70 |
| Binary | 10100110 | 11011010 | 1000101 | 11000 | 0 | 1000100 | 1111 | 1010001 | 1000011 | 111000 |
Color Harmonies of #A6DA45
Complementary color
Monochromatic Colors of #A6DA45
Black with #A6DA45
Text Example
Text Example
White with #A6DA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA45; }
p { color: rgb(166,218,69); }
H1.HeaderClassName
{
color: #A6DA45;
}
.AnyTagClassName
{
color: #A6DA45;
}
</style>
background-color css
<style>
a { background-color: #A6DA45; }
a { background-color: rgb(166,218,69); }
div.DivClassName
{
background-color: #A6DA45;
}
.BgClassName
{
background-color: #A6DA45;
}
</style>
border-color css
<style>
span { border-color: #A6DA45; }
span { border-color: rgb(166,218,69); }
td.TdClassName
{
border-color: #A6DA45;
}
.TagClassName
{
border-color: #A6DA45;
}
</style>