Shades of Atlantis #A6D43B
Tints of Atlantis #A6D43B
RGB
CMYK
RGB Variations
Color information
#A6D43B (or 0xA6D43B) is known color: Atlantis. HEX triplet: A6, D4 and 3B. RGB value is (166,212,59). Sum of RGB (Red+Green+Blue) = 166+212+59=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 59 (23.44% from 255 or 13.50% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D43B is #592BC4. Grayscale: #B5B5B5. Windows color (decimal): -5843909 or 3921062. OLE color: 3921062.
HSL color Cylindrical-coordinate representation of color #A6D43B: hue angle of 78.04º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6D43B is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 212 | 59 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.17 |
| HSL | 78.04º | 0.64% | 0.53% | - |
| HSV(B) | 78.04º | 0.72% | 0.83% | - |
| XYZ | 40.06 | 55.51 | 12.74 | - |
| YUV | 180.8 | 59.26 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 59 | 0.22 | 0 | 0.72 | 0.17 | 78.04 | 0.64 | 0.53 |
| Hex | A6 | D4 | 3B | 16 | 0 | 48 | 11 | 4E | 40 | 35 |
| Octal | 246 | 324 | 73 | 26 | 0 | 110 | 21 | 116 | 100 | 65 |
| Binary | 10100110 | 11010100 | 111011 | 10110 | 0 | 1001000 | 10001 | 1001110 | 1000000 | 110101 |
Color Harmonies of #A6D43B
Complementary color
Monochromatic Colors of #A6D43B
Black with #A6D43B
Text Example
Text Example
White with #A6D43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D43B; }
p { color: rgb(166,212,59); }
H1.HeaderClassName
{
color: #A6D43B;
}
.AnyTagClassName
{
color: #A6D43B;
}
</style>
background-color css
<style>
a { background-color: #A6D43B; }
a { background-color: rgb(166,212,59); }
div.DivClassName
{
background-color: #A6D43B;
}
.BgClassName
{
background-color: #A6D43B;
}
</style>
border-color css
<style>
span { border-color: #A6D43B; }
span { border-color: rgb(166,212,59); }
td.TdClassName
{
border-color: #A6D43B;
}
.TagClassName
{
border-color: #A6D43B;
}
</style>