Shades of Atlantis #A6D035
Tints of Atlantis #A6D035
RGB
CMYK
RGB Variations
Color information
#A6D035 (or 0xA6D035) is known color: Atlantis. HEX triplet: A6, D0 and 35. RGB value is (166,208,53). Sum of RGB (Red+Green+Blue) = 166+208+53=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D035 is #592FCA. Grayscale: #B2B2B2. Windows color (decimal): -5844939 or 3526822. OLE color: 3526822.
HSL color Cylindrical-coordinate representation of color #A6D035: hue angle of 76.26º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6D035 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 53 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.18 |
| HSL | 76.26º | 0.62% | 0.51% | - |
| HSV(B) | 76.26º | 0.75% | 0.82% | - |
| XYZ | 38.92 | 53.48 | 11.64 | - |
| YUV | 177.77 | 57.59 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 53 | 0.20 | 0 | 0.75 | 0.18 | 76.26 | 0.62 | 0.51 |
| Hex | A6 | D0 | 35 | 14 | 0 | 4B | 12 | 4C | 3E | 33 |
| Octal | 246 | 320 | 65 | 24 | 0 | 113 | 22 | 114 | 76 | 63 |
| Binary | 10100110 | 11010000 | 110101 | 10100 | 0 | 1001011 | 10010 | 1001100 | 111110 | 110011 |
Color Harmonies of #A6D035
Complementary color
Monochromatic Colors of #A6D035
Black with #A6D035
Text Example
Text Example
White with #A6D035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D035; }
p { color: rgb(166,208,53); }
H1.HeaderClassName
{
color: #A6D035;
}
.AnyTagClassName
{
color: #A6D035;
}
</style>
background-color css
<style>
a { background-color: #A6D035; }
a { background-color: rgb(166,208,53); }
div.DivClassName
{
background-color: #A6D035;
}
.BgClassName
{
background-color: #A6D035;
}
</style>
border-color css
<style>
span { border-color: #A6D035; }
span { border-color: rgb(166,208,53); }
td.TdClassName
{
border-color: #A6D035;
}
.TagClassName
{
border-color: #A6D035;
}
</style>