Shades of Atlantis #A1DD47
Tints of Atlantis #A1DD47
RGB
CMYK
RGB Variations
Color information
#A1DD47 (or 0xA1DD47) is known color: Atlantis. HEX triplet: A1, DD and 47. RGB value is (161,221,71). Sum of RGB (Red+Green+Blue) = 161+221+71=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD47 is #5E22B8. Grayscale: #BABABA. Windows color (decimal): -6169273 or 4709793. OLE color: 4709793.
HSL color Cylindrical-coordinate representation of color #A1DD47: hue angle of 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 #A1DD47 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 71 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.13 |
| HSL | 84º | 0.69% | 0.57% | - |
| HSV(B) | 84º | 0.68% | 0.87% | - |
| XYZ | 41.69 | 59.74 | 15.3 | - |
| YUV | 185.96 | 63.12 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 71 | 0.27 | 0 | 0.68 | 0.13 | 84 | 0.69 | 0.57 |
| Hex | A1 | DD | 47 | 1B | 0 | 44 | D | 54 | 45 | 39 |
| Octal | 241 | 335 | 107 | 33 | 0 | 104 | 15 | 124 | 105 | 71 |
| Binary | 10100001 | 11011101 | 1000111 | 11011 | 0 | 1000100 | 1101 | 1010100 | 1000101 | 111001 |
Color Harmonies of #A1DD47
Complementary color
Monochromatic Colors of #A1DD47
Black with #A1DD47
Text Example
Text Example
White with #A1DD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD47; }
p { color: rgb(161,221,71); }
H1.HeaderClassName
{
color: #A1DD47;
}
.AnyTagClassName
{
color: #A1DD47;
}
</style>
background-color css
<style>
a { background-color: #A1DD47; }
a { background-color: rgb(161,221,71); }
div.DivClassName
{
background-color: #A1DD47;
}
.BgClassName
{
background-color: #A1DD47;
}
</style>
border-color css
<style>
span { border-color: #A1DD47; }
span { border-color: rgb(161,221,71); }
td.TdClassName
{
border-color: #A1DD47;
}
.TagClassName
{
border-color: #A1DD47;
}
</style>