Shades of Atlantis #A1DA39
Tints of Atlantis #A1DA39
RGB
CMYK
RGB Variations
Color information
#A1DA39 (or 0xA1DA39) is known color: Atlantis. HEX triplet: A1, DA and 39. RGB value is (161,218,57). Sum of RGB (Red+Green+Blue) = 161+218+57=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DA39 is #5E25C6. Grayscale: #B7B7B7. Windows color (decimal): -6170055 or 3791521. OLE color: 3791521.
HSL color Cylindrical-coordinate representation of color #A1DA39: hue angle of 81.24º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1DA39 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 57 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.15 |
| HSL | 81.24º | 0.69% | 0.54% | - |
| HSV(B) | 81.24º | 0.74% | 0.85% | - |
| XYZ | 40.51 | 58.02 | 12.93 | - |
| YUV | 182.6 | 57.12 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 57 | 0.26 | 0 | 0.74 | 0.15 | 81.24 | 0.69 | 0.54 |
| Hex | A1 | DA | 39 | 1A | 0 | 4A | F | 51 | 45 | 36 |
| Octal | 241 | 332 | 71 | 32 | 0 | 112 | 17 | 121 | 105 | 66 |
| Binary | 10100001 | 11011010 | 111001 | 11010 | 0 | 1001010 | 1111 | 1010001 | 1000101 | 110110 |
Color Harmonies of #A1DA39
Complementary color
Monochromatic Colors of #A1DA39
Black with #A1DA39
Text Example
Text Example
White with #A1DA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA39; }
p { color: rgb(161,218,57); }
H1.HeaderClassName
{
color: #A1DA39;
}
.AnyTagClassName
{
color: #A1DA39;
}
</style>
background-color css
<style>
a { background-color: #A1DA39; }
a { background-color: rgb(161,218,57); }
div.DivClassName
{
background-color: #A1DA39;
}
.BgClassName
{
background-color: #A1DA39;
}
</style>
border-color css
<style>
span { border-color: #A1DA39; }
span { border-color: rgb(161,218,57); }
td.TdClassName
{
border-color: #A1DA39;
}
.TagClassName
{
border-color: #A1DA39;
}
</style>