Shades of Atlantis #A6E130
Tints of Atlantis #A6E130
RGB
CMYK
RGB Variations
Color information
#A6E130 (or 0xA6E130) is known color: Atlantis. HEX triplet: A6, E1 and 30. RGB value is (166,225,48). Sum of RGB (Red+Green+Blue) = 166+225+48=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E130 is #591ECF. Grayscale: #BBBBBB. Windows color (decimal): -5840592 or 3203494. OLE color: 3203494.
HSL color Cylindrical-coordinate representation of color #A6E130: hue angle of 80º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6E130 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 225 | 48 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.12 |
| HSL | 80º | 0.75% | 0.54% | - |
| HSV(B) | 80º | 0.79% | 0.88% | - |
| XYZ | 43.18 | 62.17 | 12.52 | - |
| YUV | 187.18 | 49.45 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 225 | 48 | 0.26 | 0 | 0.79 | 0.12 | 80 | 0.75 | 0.54 |
| Hex | A6 | E1 | 30 | 1A | 0 | 4F | C | 50 | 4B | 36 |
| Octal | 246 | 341 | 60 | 32 | 0 | 117 | 14 | 120 | 113 | 66 |
| Binary | 10100110 | 11100001 | 110000 | 11010 | 0 | 1001111 | 1100 | 1010000 | 1001011 | 110110 |
Color Harmonies of #A6E130
Complementary color
Monochromatic Colors of #A6E130
Black with #A6E130
Text Example
Text Example
White with #A6E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E130; }
p { color: rgb(166,225,48); }
H1.HeaderClassName
{
color: #A6E130;
}
.AnyTagClassName
{
color: #A6E130;
}
</style>
background-color css
<style>
a { background-color: #A6E130; }
a { background-color: rgb(166,225,48); }
div.DivClassName
{
background-color: #A6E130;
}
.BgClassName
{
background-color: #A6E130;
}
</style>
border-color css
<style>
span { border-color: #A6E130; }
span { border-color: rgb(166,225,48); }
td.TdClassName
{
border-color: #A6E130;
}
.TagClassName
{
border-color: #A6E130;
}
</style>