Shades of Atlantis #A1D947
Tints of Atlantis #A1D947
RGB
CMYK
RGB Variations
Color information
#A1D947 (or 0xA1D947) is known color: Atlantis. HEX triplet: A1, D9 and 47. RGB value is (161,217,71). Sum of RGB (Red+Green+Blue) = 161+217+71=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D947 is #5E26B8. Grayscale: #B8B8B8. Windows color (decimal): -6170297 or 4708769. OLE color: 4708769.
HSL color Cylindrical-coordinate representation of color #A1D947: hue angle of 83.01º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1D947 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 71 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.15 |
| HSL | 83.01º | 0.66% | 0.56% | - |
| HSV(B) | 83.01º | 0.67% | 0.85% | - |
| XYZ | 40.65 | 57.66 | 14.95 | - |
| YUV | 183.61 | 64.45 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 71 | 0.26 | 0 | 0.67 | 0.15 | 83.01 | 0.66 | 0.56 |
| Hex | A1 | D9 | 47 | 1A | 0 | 43 | F | 53 | 42 | 38 |
| Octal | 241 | 331 | 107 | 32 | 0 | 103 | 17 | 123 | 102 | 70 |
| Binary | 10100001 | 11011001 | 1000111 | 11010 | 0 | 1000011 | 1111 | 1010011 | 1000010 | 111000 |
Color Harmonies of #A1D947
Complementary color
Monochromatic Colors of #A1D947
Black with #A1D947
Text Example
Text Example
White with #A1D947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D947; }
p { color: rgb(161,217,71); }
H1.HeaderClassName
{
color: #A1D947;
}
.AnyTagClassName
{
color: #A1D947;
}
</style>
background-color css
<style>
a { background-color: #A1D947; }
a { background-color: rgb(161,217,71); }
div.DivClassName
{
background-color: #A1D947;
}
.BgClassName
{
background-color: #A1D947;
}
</style>
border-color css
<style>
span { border-color: #A1D947; }
span { border-color: rgb(161,217,71); }
td.TdClassName
{
border-color: #A1D947;
}
.TagClassName
{
border-color: #A1D947;
}
</style>