Shades of Atlantis #A6D538
Tints of Atlantis #A6D538
RGB
CMYK
RGB Variations
Color information
#A6D538 (or 0xA6D538) is known color: Atlantis. HEX triplet: A6, D5 and 38. RGB value is (166,213,56). Sum of RGB (Red+Green+Blue) = 166+213+56=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D538 is #592AC7. Grayscale: #B5B5B5. Windows color (decimal): -5843656 or 3724710. OLE color: 3724710.
HSL color Cylindrical-coordinate representation of color #A6D538: hue angle of 77.96º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6D538 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 213 | 56 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.16 |
| HSL | 77.96º | 0.65% | 0.53% | - |
| HSV(B) | 77.96º | 0.74% | 0.84% | - |
| XYZ | 40.23 | 55.98 | 12.43 | - |
| YUV | 181.05 | 57.43 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 56 | 0.22 | 0 | 0.74 | 0.16 | 77.96 | 0.65 | 0.53 |
| Hex | A6 | D5 | 38 | 16 | 0 | 4A | 10 | 4E | 41 | 35 |
| Octal | 246 | 325 | 70 | 26 | 0 | 112 | 20 | 116 | 101 | 65 |
| Binary | 10100110 | 11010101 | 111000 | 10110 | 0 | 1001010 | 10000 | 1001110 | 1000001 | 110101 |
Color Harmonies of #A6D538
Complementary color
Monochromatic Colors of #A6D538
Black with #A6D538
Text Example
Text Example
White with #A6D538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D538; }
p { color: rgb(166,213,56); }
H1.HeaderClassName
{
color: #A6D538;
}
.AnyTagClassName
{
color: #A6D538;
}
</style>
background-color css
<style>
a { background-color: #A6D538; }
a { background-color: rgb(166,213,56); }
div.DivClassName
{
background-color: #A6D538;
}
.BgClassName
{
background-color: #A6D538;
}
</style>
border-color css
<style>
span { border-color: #A6D538; }
span { border-color: rgb(166,213,56); }
td.TdClassName
{
border-color: #A6D538;
}
.TagClassName
{
border-color: #A6D538;
}
</style>