Shades of Atlantis #A6D13E
Tints of Atlantis #A6D13E
RGB
CMYK
RGB Variations
Color information
#A6D13E (or 0xA6D13E) is known color: Atlantis. HEX triplet: A6, D1 and 3E. RGB value is (166,209,62). Sum of RGB (Red+Green+Blue) = 166+209+62=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D13E is #592EC1. Grayscale: #B3B3B3. Windows color (decimal): -5844674 or 4116902. OLE color: 4116902.
HSL color Cylindrical-coordinate representation of color #A6D13E: hue angle of 77.55º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6D13E is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 62 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.18 |
| HSL | 77.55º | 0.62% | 0.53% | - |
| HSV(B) | 77.55º | 0.7% | 0.82% | - |
| XYZ | 39.4 | 54.06 | 12.91 | - |
| YUV | 179.39 | 61.75 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 62 | 0.21 | 0 | 0.70 | 0.18 | 77.55 | 0.62 | 0.53 |
| Hex | A6 | D1 | 3E | 15 | 0 | 46 | 12 | 4E | 3E | 35 |
| Octal | 246 | 321 | 76 | 25 | 0 | 106 | 22 | 116 | 76 | 65 |
| Binary | 10100110 | 11010001 | 111110 | 10101 | 0 | 1000110 | 10010 | 1001110 | 111110 | 110101 |
Color Harmonies of #A6D13E
Complementary color
Monochromatic Colors of #A6D13E
Black with #A6D13E
Text Example
Text Example
White with #A6D13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D13E; }
p { color: rgb(166,209,62); }
H1.HeaderClassName
{
color: #A6D13E;
}
.AnyTagClassName
{
color: #A6D13E;
}
</style>
background-color css
<style>
a { background-color: #A6D13E; }
a { background-color: rgb(166,209,62); }
div.DivClassName
{
background-color: #A6D13E;
}
.BgClassName
{
background-color: #A6D13E;
}
</style>
border-color css
<style>
span { border-color: #A6D13E; }
span { border-color: rgb(166,209,62); }
td.TdClassName
{
border-color: #A6D13E;
}
.TagClassName
{
border-color: #A6D13E;
}
</style>