Shades of Atlantis #A6D938
Tints of Atlantis #A6D938
RGB
CMYK
RGB Variations
Color information
#A6D938 (or 0xA6D938) is known color: Atlantis. HEX triplet: A6, D9 and 38. RGB value is (166,217,56). Sum of RGB (Red+Green+Blue) = 166+217+56=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D938 is #5926C7. Grayscale: #B7B7B7. Windows color (decimal): -5842632 or 3725734. OLE color: 3725734.
HSL color Cylindrical-coordinate representation of color #A6D938: hue angle of 79.01º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6D938 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 56 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.15 |
| HSL | 79.01º | 0.68% | 0.54% | - |
| HSV(B) | 79.01º | 0.74% | 0.85% | - |
| XYZ | 41.25 | 58.02 | 12.77 | - |
| YUV | 183.4 | 56.1 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 56 | 0.24 | 0 | 0.74 | 0.15 | 79.01 | 0.68 | 0.54 |
| Hex | A6 | D9 | 38 | 18 | 0 | 4A | F | 4F | 44 | 36 |
| Octal | 246 | 331 | 70 | 30 | 0 | 112 | 17 | 117 | 104 | 66 |
| Binary | 10100110 | 11011001 | 111000 | 11000 | 0 | 1001010 | 1111 | 1001111 | 1000100 | 110110 |
Color Harmonies of #A6D938
Complementary color
Monochromatic Colors of #A6D938
Black with #A6D938
Text Example
Text Example
White with #A6D938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D938; }
p { color: rgb(166,217,56); }
H1.HeaderClassName
{
color: #A6D938;
}
.AnyTagClassName
{
color: #A6D938;
}
</style>
background-color css
<style>
a { background-color: #A6D938; }
a { background-color: rgb(166,217,56); }
div.DivClassName
{
background-color: #A6D938;
}
.BgClassName
{
background-color: #A6D938;
}
</style>
border-color css
<style>
span { border-color: #A6D938; }
span { border-color: rgb(166,217,56); }
td.TdClassName
{
border-color: #A6D938;
}
.TagClassName
{
border-color: #A6D938;
}
</style>