Shades of Atlantis #A1DA40
Tints of Atlantis #A1DA40
RGB
CMYK
RGB Variations
Color information
#A1DA40 (or 0xA1DA40) is known color: Atlantis. HEX triplet: A1, DA and 40. RGB value is (161,218,64). Sum of RGB (Red+Green+Blue) = 161+218+64=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DA40 is #5E25BF. Grayscale: #B7B7B7. Windows color (decimal): -6170048 or 4250273. OLE color: 4250273.
HSL color Cylindrical-coordinate representation of color #A1DA40: hue angle of 82.21º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1DA40 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 64 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.15 |
| HSL | 82.21º | 0.68% | 0.55% | - |
| HSV(B) | 82.21º | 0.71% | 0.85% | - |
| XYZ | 40.69 | 58.09 | 13.92 | - |
| YUV | 183.4 | 60.62 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 64 | 0.26 | 0 | 0.71 | 0.15 | 82.21 | 0.68 | 0.55 |
| Hex | A1 | DA | 40 | 1A | 0 | 47 | F | 52 | 44 | 37 |
| Octal | 241 | 332 | 100 | 32 | 0 | 107 | 17 | 122 | 104 | 67 |
| Binary | 10100001 | 11011010 | 1000000 | 11010 | 0 | 1000111 | 1111 | 1010010 | 1000100 | 110111 |
Color Harmonies of #A1DA40
Complementary color
Monochromatic Colors of #A1DA40
Black with #A1DA40
Text Example
Text Example
White with #A1DA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA40; }
p { color: rgb(161,218,64); }
H1.HeaderClassName
{
color: #A1DA40;
}
.AnyTagClassName
{
color: #A1DA40;
}
</style>
background-color css
<style>
a { background-color: #A1DA40; }
a { background-color: rgb(161,218,64); }
div.DivClassName
{
background-color: #A1DA40;
}
.BgClassName
{
background-color: #A1DA40;
}
</style>
border-color css
<style>
span { border-color: #A1DA40; }
span { border-color: rgb(161,218,64); }
td.TdClassName
{
border-color: #A1DA40;
}
.TagClassName
{
border-color: #A1DA40;
}
</style>