Shades of Atlantis #A6D83E
Tints of Atlantis #A6D83E
RGB
CMYK
RGB Variations
Color information
#A6D83E (or 0xA6D83E) is known color: Atlantis. HEX triplet: A6, D8 and 3E. RGB value is (166,216,62). Sum of RGB (Red+Green+Blue) = 166+216+62=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D83E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D83E is #5927C1. Grayscale: #B8B8B8. Windows color (decimal): -5842882 or 4118694. OLE color: 4118694.
HSL color Cylindrical-coordinate representation of color #A6D83E: hue angle of 79.48º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6D83E is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 62 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.15 |
| HSL | 79.48º | 0.66% | 0.55% | - |
| HSV(B) | 79.48º | 0.71% | 0.85% | - |
| XYZ | 41.15 | 57.57 | 13.5 | - |
| YUV | 183.49 | 59.44 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 62 | 0.23 | 0 | 0.71 | 0.15 | 79.48 | 0.66 | 0.55 |
| Hex | A6 | D8 | 3E | 17 | 0 | 47 | F | 4F | 42 | 37 |
| Octal | 246 | 330 | 76 | 27 | 0 | 107 | 17 | 117 | 102 | 67 |
| Binary | 10100110 | 11011000 | 111110 | 10111 | 0 | 1000111 | 1111 | 1001111 | 1000010 | 110111 |
Color Harmonies of #A6D83E
Complementary color
Monochromatic Colors of #A6D83E
Black with #A6D83E
Text Example
Text Example
White with #A6D83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D83E; }
p { color: rgb(166,216,62); }
H1.HeaderClassName
{
color: #A6D83E;
}
.AnyTagClassName
{
color: #A6D83E;
}
</style>
background-color css
<style>
a { background-color: #A6D83E; }
a { background-color: rgb(166,216,62); }
div.DivClassName
{
background-color: #A6D83E;
}
.BgClassName
{
background-color: #A6D83E;
}
</style>
border-color css
<style>
span { border-color: #A6D83E; }
span { border-color: rgb(166,216,62); }
td.TdClassName
{
border-color: #A6D83E;
}
.TagClassName
{
border-color: #A6D83E;
}
</style>