Shades of Atlantis #A6D63A
Tints of Atlantis #A6D63A
RGB
CMYK
RGB Variations
Color information
#A6D63A (or 0xA6D63A) is known color: Atlantis. HEX triplet: A6, D6 and 3A. RGB value is (166,214,58). Sum of RGB (Red+Green+Blue) = 166+214+58=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D63A is #5929C5. Grayscale: #B6B6B6. Windows color (decimal): -5843398 or 3856038. OLE color: 3856038.
HSL color Cylindrical-coordinate representation of color #A6D63A: hue angle of 78.46º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6D63A is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 214 | 58 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.16 |
| HSL | 78.46º | 0.66% | 0.53% | - |
| HSV(B) | 78.46º | 0.73% | 0.84% | - |
| XYZ | 40.54 | 56.51 | 12.77 | - |
| YUV | 181.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 58 | 0.22 | 0 | 0.73 | 0.16 | 78.46 | 0.66 | 0.53 |
| Hex | A6 | D6 | 3A | 16 | 0 | 49 | 10 | 4E | 42 | 35 |
| Octal | 246 | 326 | 72 | 26 | 0 | 111 | 20 | 116 | 102 | 65 |
| Binary | 10100110 | 11010110 | 111010 | 10110 | 0 | 1001001 | 10000 | 1001110 | 1000010 | 110101 |
Color Harmonies of #A6D63A
Complementary color
Monochromatic Colors of #A6D63A
Black with #A6D63A
Text Example
Text Example
White with #A6D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D63A; }
p { color: rgb(166,214,58); }
H1.HeaderClassName
{
color: #A6D63A;
}
.AnyTagClassName
{
color: #A6D63A;
}
</style>
background-color css
<style>
a { background-color: #A6D63A; }
a { background-color: rgb(166,214,58); }
div.DivClassName
{
background-color: #A6D63A;
}
.BgClassName
{
background-color: #A6D63A;
}
</style>
border-color css
<style>
span { border-color: #A6D63A; }
span { border-color: rgb(166,214,58); }
td.TdClassName
{
border-color: #A6D63A;
}
.TagClassName
{
border-color: #A6D63A;
}
</style>