Shades of Atlantis #A6E638
Tints of Atlantis #A6E638
RGB
CMYK
RGB Variations
Color information
#A6E638 (or 0xA6E638) is known color: Atlantis. HEX triplet: A6, E6 and 38. RGB value is (166,230,56). Sum of RGB (Red+Green+Blue) = 166+230+56=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 56 (22.27% from 255 or 12.39% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E638 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6E638 is #5919C7. Grayscale: #BFBFBF. Windows color (decimal): -5839304 or 3729062. OLE color: 3729062.
HSL color Cylindrical-coordinate representation of color #A6E638: hue angle of 82.07º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6E638 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 56 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.10 |
| HSL | 82.07º | 0.78% | 0.56% | - |
| HSV(B) | 82.07º | 0.76% | 0.9% | - |
| XYZ | 44.74 | 64.99 | 13.93 | - |
| YUV | 191.03 | 51.8 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 56 | 0.28 | 0 | 0.76 | 0.10 | 82.07 | 0.78 | 0.56 |
| Hex | A6 | E6 | 38 | 1C | 0 | 4C | A | 52 | 4E | 38 |
| Octal | 246 | 346 | 70 | 34 | 0 | 114 | 12 | 122 | 116 | 70 |
| Binary | 10100110 | 11100110 | 111000 | 11100 | 0 | 1001100 | 1010 | 1010010 | 1001110 | 111000 |
Color Harmonies of #A6E638
Complementary color
Monochromatic Colors of #A6E638
Black with #A6E638
Text Example
Text Example
White with #A6E638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E638; }
p { color: rgb(166,230,56); }
H1.HeaderClassName
{
color: #A6E638;
}
.AnyTagClassName
{
color: #A6E638;
}
</style>
background-color css
<style>
a { background-color: #A6E638; }
a { background-color: rgb(166,230,56); }
div.DivClassName
{
background-color: #A6E638;
}
.BgClassName
{
background-color: #A6E638;
}
</style>
border-color css
<style>
span { border-color: #A6E638; }
span { border-color: rgb(166,230,56); }
td.TdClassName
{
border-color: #A6E638;
}
.TagClassName
{
border-color: #A6E638;
}
</style>