Shades of Atlantis #A1D341
Tints of Atlantis #A1D341
RGB
CMYK
RGB Variations
Color information
#A1D341 (or 0xA1D341) is known color: Atlantis. HEX triplet: A1, D3 and 41. RGB value is (161,211,65). Sum of RGB (Red+Green+Blue) = 161+211+65=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D341 is #5E2CBE. Grayscale: #B3B3B3. Windows color (decimal): -6171839 or 4314017. OLE color: 4314017.
HSL color Cylindrical-coordinate representation of color #A1D341: hue angle of 80.55º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1D341 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 65 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.17 |
| HSL | 80.55º | 0.62% | 0.54% | - |
| HSV(B) | 80.55º | 0.69% | 0.83% | - |
| XYZ | 38.95 | 54.55 | 13.48 | - |
| YUV | 179.41 | 63.44 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 65 | 0.24 | 0 | 0.69 | 0.17 | 80.55 | 0.62 | 0.54 |
| Hex | A1 | D3 | 41 | 18 | 0 | 45 | 11 | 51 | 3E | 36 |
| Octal | 241 | 323 | 101 | 30 | 0 | 105 | 21 | 121 | 76 | 66 |
| Binary | 10100001 | 11010011 | 1000001 | 11000 | 0 | 1000101 | 10001 | 1010001 | 111110 | 110110 |
Color Harmonies of #A1D341
Complementary color
Monochromatic Colors of #A1D341
Black with #A1D341
Text Example
Text Example
White with #A1D341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D341; }
p { color: rgb(161,211,65); }
H1.HeaderClassName
{
color: #A1D341;
}
.AnyTagClassName
{
color: #A1D341;
}
</style>
background-color css
<style>
a { background-color: #A1D341; }
a { background-color: rgb(161,211,65); }
div.DivClassName
{
background-color: #A1D341;
}
.BgClassName
{
background-color: #A1D341;
}
</style>
border-color css
<style>
span { border-color: #A1D341; }
span { border-color: rgb(161,211,65); }
td.TdClassName
{
border-color: #A1D341;
}
.TagClassName
{
border-color: #A1D341;
}
</style>