Shades of Atlantis #A6E634
Tints of Atlantis #A6E634
RGB
CMYK
RGB Variations
Color information
#A6E634 (or 0xA6E634) is known color: Atlantis. HEX triplet: A6, E6 and 34. RGB value is (166,230,52). Sum of RGB (Red+Green+Blue) = 166+230+52=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 230 (90.23% from 255 or 51.34% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E634 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6E634 is #5919CB. Grayscale: #BFBFBF. Windows color (decimal): -5839308 or 3466918. OLE color: 3466918.
HSL color Cylindrical-coordinate representation of color #A6E634: hue angle of 81.57º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6E634 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 52 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.10 |
| HSL | 81.57º | 0.78% | 0.55% | - |
| HSV(B) | 81.57º | 0.77% | 0.9% | - |
| XYZ | 44.64 | 64.95 | 13.43 | - |
| YUV | 190.57 | 49.8 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 52 | 0.28 | 0 | 0.77 | 0.10 | 81.57 | 0.78 | 0.55 |
| Hex | A6 | E6 | 34 | 1C | 0 | 4D | A | 52 | 4E | 37 |
| Octal | 246 | 346 | 64 | 34 | 0 | 115 | 12 | 122 | 116 | 67 |
| Binary | 10100110 | 11100110 | 110100 | 11100 | 0 | 1001101 | 1010 | 1010010 | 1001110 | 110111 |
Color Harmonies of #A6E634
Complementary color
Monochromatic Colors of #A6E634
Black with #A6E634
Text Example
Text Example
White with #A6E634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E634; }
p { color: rgb(166,230,52); }
H1.HeaderClassName
{
color: #A6E634;
}
.AnyTagClassName
{
color: #A6E634;
}
</style>
background-color css
<style>
a { background-color: #A6E634; }
a { background-color: rgb(166,230,52); }
div.DivClassName
{
background-color: #A6E634;
}
.BgClassName
{
background-color: #A6E634;
}
</style>
border-color css
<style>
span { border-color: #A6E634; }
span { border-color: rgb(166,230,52); }
td.TdClassName
{
border-color: #A6E634;
}
.TagClassName
{
border-color: #A6E634;
}
</style>