Shades of Atlantis #A1D544
Tints of Atlantis #A1D544
RGB
CMYK
RGB Variations
Color information
#A1D544 (or 0xA1D544) is known color: Atlantis. HEX triplet: A1, D5 and 44. RGB value is (161,213,68). Sum of RGB (Red+Green+Blue) = 161+213+68=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D544 is #5E2ABB. Grayscale: #B5B5B5. Windows color (decimal): -6171324 or 4511137. OLE color: 4511137.
HSL color Cylindrical-coordinate representation of color #A1D544: hue angle of 81.52º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1D544 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 68 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.16 |
| HSL | 81.52º | 0.63% | 0.55% | - |
| HSV(B) | 81.52º | 0.68% | 0.84% | - |
| XYZ | 39.54 | 55.58 | 14.11 | - |
| YUV | 180.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 68 | 0.24 | 0 | 0.68 | 0.16 | 81.52 | 0.63 | 0.55 |
| Hex | A1 | D5 | 44 | 18 | 0 | 44 | 10 | 52 | 3F | 37 |
| Octal | 241 | 325 | 104 | 30 | 0 | 104 | 20 | 122 | 77 | 67 |
| Binary | 10100001 | 11010101 | 1000100 | 11000 | 0 | 1000100 | 10000 | 1010010 | 111111 | 110111 |
Color Harmonies of #A1D544
Complementary color
Monochromatic Colors of #A1D544
Black with #A1D544
Text Example
Text Example
White with #A1D544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D544; }
p { color: rgb(161,213,68); }
H1.HeaderClassName
{
color: #A1D544;
}
.AnyTagClassName
{
color: #A1D544;
}
</style>
background-color css
<style>
a { background-color: #A1D544; }
a { background-color: rgb(161,213,68); }
div.DivClassName
{
background-color: #A1D544;
}
.BgClassName
{
background-color: #A1D544;
}
</style>
border-color css
<style>
span { border-color: #A1D544; }
span { border-color: rgb(161,213,68); }
td.TdClassName
{
border-color: #A1D544;
}
.TagClassName
{
border-color: #A1D544;
}
</style>