Shades of Atlantis #A6DD43
Tints of Atlantis #A6DD43
RGB
CMYK
RGB Variations
Color information
#A6DD43 (or 0xA6DD43) is known color: Atlantis. HEX triplet: A6, DD and 43. RGB value is (166,221,67). Sum of RGB (Red+Green+Blue) = 166+221+67=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 67 (26.56% from 255 or 14.76% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD43 is #5922BC. Grayscale: #BBBBBB. Windows color (decimal): -5841597 or 4447654. OLE color: 4447654.
HSL color Cylindrical-coordinate representation of color #A6DD43: hue angle of 81.43º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6DD43 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 67 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.13 |
| HSL | 81.43º | 0.69% | 0.56% | - |
| HSV(B) | 81.43º | 0.7% | 0.87% | - |
| XYZ | 42.6 | 60.23 | 14.69 | - |
| YUV | 187 | 60.28 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 67 | 0.25 | 0 | 0.70 | 0.13 | 81.43 | 0.69 | 0.56 |
| Hex | A6 | DD | 43 | 19 | 0 | 46 | D | 51 | 45 | 38 |
| Octal | 246 | 335 | 103 | 31 | 0 | 106 | 15 | 121 | 105 | 70 |
| Binary | 10100110 | 11011101 | 1000011 | 11001 | 0 | 1000110 | 1101 | 1010001 | 1000101 | 111000 |
Color Harmonies of #A6DD43
Complementary color
Monochromatic Colors of #A6DD43
Black with #A6DD43
Text Example
Text Example
White with #A6DD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD43; }
p { color: rgb(166,221,67); }
H1.HeaderClassName
{
color: #A6DD43;
}
.AnyTagClassName
{
color: #A6DD43;
}
</style>
background-color css
<style>
a { background-color: #A6DD43; }
a { background-color: rgb(166,221,67); }
div.DivClassName
{
background-color: #A6DD43;
}
.BgClassName
{
background-color: #A6DD43;
}
</style>
border-color css
<style>
span { border-color: #A6DD43; }
span { border-color: rgb(166,221,67); }
td.TdClassName
{
border-color: #A6DD43;
}
.TagClassName
{
border-color: #A6DD43;
}
</style>