Shades of Atlantis #A6D834
Tints of Atlantis #A6D834
RGB
CMYK
RGB Variations
Color information
#A6D834 (or 0xA6D834) is known color: Atlantis. HEX triplet: A6, D8 and 34. RGB value is (166,216,52). Sum of RGB (Red+Green+Blue) = 166+216+52=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D834 is #5927CB. Grayscale: #B6B6B6. Windows color (decimal): -5842892 or 3463334. OLE color: 3463334.
HSL color Cylindrical-coordinate representation of color #A6D834: hue angle of 78.29º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6D834 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 52 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.15 |
| HSL | 78.29º | 0.68% | 0.53% | - |
| HSV(B) | 78.29º | 0.76% | 0.85% | - |
| XYZ | 40.9 | 57.47 | 12.19 | - |
| YUV | 182.35 | 54.44 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 52 | 0.23 | 0 | 0.76 | 0.15 | 78.29 | 0.68 | 0.53 |
| Hex | A6 | D8 | 34 | 17 | 0 | 4C | F | 4E | 44 | 35 |
| Octal | 246 | 330 | 64 | 27 | 0 | 114 | 17 | 116 | 104 | 65 |
| Binary | 10100110 | 11011000 | 110100 | 10111 | 0 | 1001100 | 1111 | 1001110 | 1000100 | 110101 |
Color Harmonies of #A6D834
Complementary color
Monochromatic Colors of #A6D834
Black with #A6D834
Text Example
Text Example
White with #A6D834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D834; }
p { color: rgb(166,216,52); }
H1.HeaderClassName
{
color: #A6D834;
}
.AnyTagClassName
{
color: #A6D834;
}
</style>
background-color css
<style>
a { background-color: #A6D834; }
a { background-color: rgb(166,216,52); }
div.DivClassName
{
background-color: #A6D834;
}
.BgClassName
{
background-color: #A6D834;
}
</style>
border-color css
<style>
span { border-color: #A6D834; }
span { border-color: rgb(166,216,52); }
td.TdClassName
{
border-color: #A6D834;
}
.TagClassName
{
border-color: #A6D834;
}
</style>