Shades of Atlantis #A6DB43
Tints of Atlantis #A6DB43
RGB
CMYK
RGB Variations
Color information
#A6DB43 (or 0xA6DB43) is known color: Atlantis. HEX triplet: A6, DB and 43. RGB value is (166,219,67). Sum of RGB (Red+Green+Blue) = 166+219+67=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 67 (26.56% from 255 or 14.82% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DB43 is #5924BC. Grayscale: #BABABA. Windows color (decimal): -5842109 or 4447142. OLE color: 4447142.
HSL color Cylindrical-coordinate representation of color #A6DB43: hue angle of 80.92º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6DB43 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 67 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.14 |
| HSL | 80.92º | 0.68% | 0.56% | - |
| HSV(B) | 80.92º | 0.69% | 0.86% | - |
| XYZ | 42.07 | 59.18 | 14.51 | - |
| YUV | 185.83 | 60.94 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 67 | 0.24 | 0 | 0.69 | 0.14 | 80.92 | 0.68 | 0.56 |
| Hex | A6 | DB | 43 | 18 | 0 | 45 | E | 51 | 44 | 38 |
| Octal | 246 | 333 | 103 | 30 | 0 | 105 | 16 | 121 | 104 | 70 |
| Binary | 10100110 | 11011011 | 1000011 | 11000 | 0 | 1000101 | 1110 | 1010001 | 1000100 | 111000 |
Color Harmonies of #A6DB43
Complementary color
Monochromatic Colors of #A6DB43
Black with #A6DB43
Text Example
Text Example
White with #A6DB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB43; }
p { color: rgb(166,219,67); }
H1.HeaderClassName
{
color: #A6DB43;
}
.AnyTagClassName
{
color: #A6DB43;
}
</style>
background-color css
<style>
a { background-color: #A6DB43; }
a { background-color: rgb(166,219,67); }
div.DivClassName
{
background-color: #A6DB43;
}
.BgClassName
{
background-color: #A6DB43;
}
</style>
border-color css
<style>
span { border-color: #A6DB43; }
span { border-color: rgb(166,219,67); }
td.TdClassName
{
border-color: #A6DB43;
}
.TagClassName
{
border-color: #A6DB43;
}
</style>