Shades of Atlantis #A6E136
Tints of Atlantis #A6E136
RGB
CMYK
RGB Variations
Color information
#A6E136 (or 0xA6E136) is known color: Atlantis. HEX triplet: A6, E1 and 36. RGB value is (166,225,54). Sum of RGB (Red+Green+Blue) = 166+225+54=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E136 is #591EC9. Grayscale: #BCBCBC. Windows color (decimal): -5840586 or 3596710. OLE color: 3596710.
HSL color Cylindrical-coordinate representation of color #A6E136: hue angle of 80.7º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6E136 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 225 | 54 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.12 |
| HSL | 80.7º | 0.74% | 0.55% | - |
| HSV(B) | 80.7º | 0.76% | 0.88% | - |
| XYZ | 43.32 | 62.22 | 13.22 | - |
| YUV | 187.87 | 52.45 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 225 | 54 | 0.26 | 0 | 0.76 | 0.12 | 80.7 | 0.74 | 0.55 |
| Hex | A6 | E1 | 36 | 1A | 0 | 4C | C | 51 | 4A | 37 |
| Octal | 246 | 341 | 66 | 32 | 0 | 114 | 14 | 121 | 112 | 67 |
| Binary | 10100110 | 11100001 | 110110 | 11010 | 0 | 1001100 | 1100 | 1010001 | 1001010 | 110111 |
Color Harmonies of #A6E136
Complementary color
Monochromatic Colors of #A6E136
Black with #A6E136
Text Example
Text Example
White with #A6E136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E136; }
p { color: rgb(166,225,54); }
H1.HeaderClassName
{
color: #A6E136;
}
.AnyTagClassName
{
color: #A6E136;
}
</style>
background-color css
<style>
a { background-color: #A6E136; }
a { background-color: rgb(166,225,54); }
div.DivClassName
{
background-color: #A6E136;
}
.BgClassName
{
background-color: #A6E136;
}
</style>
border-color css
<style>
span { border-color: #A6E136; }
span { border-color: rgb(166,225,54); }
td.TdClassName
{
border-color: #A6E136;
}
.TagClassName
{
border-color: #A6E136;
}
</style>