Shades of Atlantis #A6D935
Tints of Atlantis #A6D935
RGB
CMYK
RGB Variations
Color information
#A6D935 (or 0xA6D935) is known color: Atlantis. HEX triplet: A6, D9 and 35. RGB value is (166,217,53). Sum of RGB (Red+Green+Blue) = 166+217+53=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D935 is #5926CA. Grayscale: #B7B7B7. Windows color (decimal): -5842635 or 3529126. OLE color: 3529126.
HSL color Cylindrical-coordinate representation of color #A6D935: hue angle of 78.66º 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 #A6D935 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 53 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.15 |
| HSL | 78.66º | 0.68% | 0.53% | - |
| HSV(B) | 78.66º | 0.76% | 0.85% | - |
| XYZ | 41.18 | 57.99 | 12.39 | - |
| YUV | 183.06 | 54.6 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 53 | 0.24 | 0 | 0.76 | 0.15 | 78.66 | 0.68 | 0.53 |
| Hex | A6 | D9 | 35 | 18 | 0 | 4C | F | 4F | 44 | 35 |
| Octal | 246 | 331 | 65 | 30 | 0 | 114 | 17 | 117 | 104 | 65 |
| Binary | 10100110 | 11011001 | 110101 | 11000 | 0 | 1001100 | 1111 | 1001111 | 1000100 | 110101 |
Color Harmonies of #A6D935
Complementary color
Monochromatic Colors of #A6D935
Black with #A6D935
Text Example
Text Example
White with #A6D935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D935; }
p { color: rgb(166,217,53); }
H1.HeaderClassName
{
color: #A6D935;
}
.AnyTagClassName
{
color: #A6D935;
}
</style>
background-color css
<style>
a { background-color: #A6D935; }
a { background-color: rgb(166,217,53); }
div.DivClassName
{
background-color: #A6D935;
}
.BgClassName
{
background-color: #A6D935;
}
</style>
border-color css
<style>
span { border-color: #A6D935; }
span { border-color: rgb(166,217,53); }
td.TdClassName
{
border-color: #A6D935;
}
.TagClassName
{
border-color: #A6D935;
}
</style>