Shades of Atlantis #A6D13B
Tints of Atlantis #A6D13B
RGB
CMYK
RGB Variations
Color information
#A6D13B (or 0xA6D13B) is known color: Atlantis. HEX triplet: A6, D1 and 3B. RGB value is (166,209,59). Sum of RGB (Red+Green+Blue) = 166+209+59=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D13B is #592EC4. Grayscale: #B3B3B3. Windows color (decimal): -5844677 or 3920294. OLE color: 3920294.
HSL color Cylindrical-coordinate representation of color #A6D13B: hue angle of 77.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6D13B is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 59 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.18 |
| HSL | 77.2º | 0.62% | 0.53% | - |
| HSV(B) | 77.2º | 0.72% | 0.82% | - |
| XYZ | 39.32 | 54.02 | 12.49 | - |
| YUV | 179.04 | 60.25 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 59 | 0.21 | 0 | 0.72 | 0.18 | 77.2 | 0.62 | 0.53 |
| Hex | A6 | D1 | 3B | 15 | 0 | 48 | 12 | 4D | 3E | 35 |
| Octal | 246 | 321 | 73 | 25 | 0 | 110 | 22 | 115 | 76 | 65 |
| Binary | 10100110 | 11010001 | 111011 | 10101 | 0 | 1001000 | 10010 | 1001101 | 111110 | 110101 |
Color Harmonies of #A6D13B
Complementary color
Monochromatic Colors of #A6D13B
Black with #A6D13B
Text Example
Text Example
White with #A6D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D13B; }
p { color: rgb(166,209,59); }
H1.HeaderClassName
{
color: #A6D13B;
}
.AnyTagClassName
{
color: #A6D13B;
}
</style>
background-color css
<style>
a { background-color: #A6D13B; }
a { background-color: rgb(166,209,59); }
div.DivClassName
{
background-color: #A6D13B;
}
.BgClassName
{
background-color: #A6D13B;
}
</style>
border-color css
<style>
span { border-color: #A6D13B; }
span { border-color: rgb(166,209,59); }
td.TdClassName
{
border-color: #A6D13B;
}
.TagClassName
{
border-color: #A6D13B;
}
</style>