Shades of Atlantis #A6E032
Tints of Atlantis #A6E032
RGB
CMYK
RGB Variations
Color information
#A6E032 (or 0xA6E032) is known color: Atlantis. HEX triplet: A6, E0 and 32. RGB value is (166,224,50). Sum of RGB (Red+Green+Blue) = 166+224+50=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E032 is #591FCD. Grayscale: #BBBBBB. Windows color (decimal): -5840846 or 3334310. OLE color: 3334310.
HSL color Cylindrical-coordinate representation of color #A6E032: hue angle of 80º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6E032 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 50 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.12 |
| HSL | 80º | 0.74% | 0.54% | - |
| HSV(B) | 80º | 0.78% | 0.88% | - |
| XYZ | 42.96 | 61.65 | 12.65 | - |
| YUV | 186.82 | 50.78 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 50 | 0.26 | 0 | 0.78 | 0.12 | 80 | 0.74 | 0.54 |
| Hex | A6 | E0 | 32 | 1A | 0 | 4E | C | 50 | 4A | 36 |
| Octal | 246 | 340 | 62 | 32 | 0 | 116 | 14 | 120 | 112 | 66 |
| Binary | 10100110 | 11100000 | 110010 | 11010 | 0 | 1001110 | 1100 | 1010000 | 1001010 | 110110 |
Color Harmonies of #A6E032
Complementary color
Monochromatic Colors of #A6E032
Black with #A6E032
Text Example
Text Example
White with #A6E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E032; }
p { color: rgb(166,224,50); }
H1.HeaderClassName
{
color: #A6E032;
}
.AnyTagClassName
{
color: #A6E032;
}
</style>
background-color css
<style>
a { background-color: #A6E032; }
a { background-color: rgb(166,224,50); }
div.DivClassName
{
background-color: #A6E032;
}
.BgClassName
{
background-color: #A6E032;
}
</style>
border-color css
<style>
span { border-color: #A6E032; }
span { border-color: rgb(166,224,50); }
td.TdClassName
{
border-color: #A6E032;
}
.TagClassName
{
border-color: #A6E032;
}
</style>