Shades of Atlantis #A1DA32
Tints of Atlantis #A1DA32
RGB
CMYK
RGB Variations
Color information
#A1DA32 (or 0xA1DA32) is known color: Atlantis. HEX triplet: A1, DA and 32. RGB value is (161,218,50). Sum of RGB (Red+Green+Blue) = 161+218+50=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DA32 is #5E25CD. Grayscale: #B6B6B6. Windows color (decimal): -6170062 or 3332769. OLE color: 3332769.
HSL color Cylindrical-coordinate representation of color #A1DA32: hue angle of 80.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1DA32 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 50 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.15 |
| HSL | 80.36º | 0.69% | 0.53% | - |
| HSV(B) | 80.36º | 0.77% | 0.85% | - |
| XYZ | 40.35 | 57.95 | 12.08 | - |
| YUV | 181.81 | 53.62 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 50 | 0.26 | 0 | 0.77 | 0.15 | 80.36 | 0.69 | 0.53 |
| Hex | A1 | DA | 32 | 1A | 0 | 4D | F | 50 | 45 | 35 |
| Octal | 241 | 332 | 62 | 32 | 0 | 115 | 17 | 120 | 105 | 65 |
| Binary | 10100001 | 11011010 | 110010 | 11010 | 0 | 1001101 | 1111 | 1010000 | 1000101 | 110101 |
Color Harmonies of #A1DA32
Complementary color
Monochromatic Colors of #A1DA32
Black with #A1DA32
Text Example
Text Example
White with #A1DA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA32; }
p { color: rgb(161,218,50); }
H1.HeaderClassName
{
color: #A1DA32;
}
.AnyTagClassName
{
color: #A1DA32;
}
</style>
background-color css
<style>
a { background-color: #A1DA32; }
a { background-color: rgb(161,218,50); }
div.DivClassName
{
background-color: #A1DA32;
}
.BgClassName
{
background-color: #A1DA32;
}
</style>
border-color css
<style>
span { border-color: #A1DA32; }
span { border-color: rgb(161,218,50); }
td.TdClassName
{
border-color: #A1DA32;
}
.TagClassName
{
border-color: #A1DA32;
}
</style>