Shades of Atlantis #A1DD46
Tints of Atlantis #A1DD46
RGB
CMYK
RGB Variations
Color information
#A1DD46 (or 0xA1DD46) is known color: Atlantis. HEX triplet: A1, DD and 46. RGB value is (161,221,70). Sum of RGB (Red+Green+Blue) = 161+221+70=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD46 is #5E22B9. Grayscale: #BABABA. Windows color (decimal): -6169274 or 4644257. OLE color: 4644257.
HSL color Cylindrical-coordinate representation of color #A1DD46: hue angle of 83.84º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1DD46 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 70 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.13 |
| HSL | 83.84º | 0.69% | 0.57% | - |
| HSV(B) | 83.84º | 0.68% | 0.87% | - |
| XYZ | 41.66 | 59.73 | 15.13 | - |
| YUV | 185.85 | 62.62 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 70 | 0.27 | 0 | 0.68 | 0.13 | 83.84 | 0.69 | 0.57 |
| Hex | A1 | DD | 46 | 1B | 0 | 44 | D | 54 | 45 | 39 |
| Octal | 241 | 335 | 106 | 33 | 0 | 104 | 15 | 124 | 105 | 71 |
| Binary | 10100001 | 11011101 | 1000110 | 11011 | 0 | 1000100 | 1101 | 1010100 | 1000101 | 111001 |
Color Harmonies of #A1DD46
Complementary color
Monochromatic Colors of #A1DD46
Black with #A1DD46
Text Example
Text Example
White with #A1DD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD46; }
p { color: rgb(161,221,70); }
H1.HeaderClassName
{
color: #A1DD46;
}
.AnyTagClassName
{
color: #A1DD46;
}
</style>
background-color css
<style>
a { background-color: #A1DD46; }
a { background-color: rgb(161,221,70); }
div.DivClassName
{
background-color: #A1DD46;
}
.BgClassName
{
background-color: #A1DD46;
}
</style>
border-color css
<style>
span { border-color: #A1DD46; }
span { border-color: rgb(161,221,70); }
td.TdClassName
{
border-color: #A1DD46;
}
.TagClassName
{
border-color: #A1DD46;
}
</style>