Shades of Atlantis #A1D834
Tints of Atlantis #A1D834
RGB
CMYK
RGB Variations
Color information
#A1D834 (or 0xA1D834) is known color: Atlantis. HEX triplet: A1, D8 and 34. RGB value is (161,216,52). Sum of RGB (Red+Green+Blue) = 161+216+52=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D834 is #5E27CB. Grayscale: #B5B5B5. Windows color (decimal): -6170572 or 3463329. OLE color: 3463329.
HSL color Cylindrical-coordinate representation of color #A1D834: hue angle of 80.12º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1D834 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 52 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.15 |
| HSL | 80.12º | 0.68% | 0.53% | - |
| HSV(B) | 80.12º | 0.76% | 0.85% | - |
| XYZ | 39.87 | 56.94 | 12.14 | - |
| YUV | 180.86 | 55.28 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 52 | 0.25 | 0 | 0.76 | 0.15 | 80.12 | 0.68 | 0.53 |
| Hex | A1 | D8 | 34 | 19 | 0 | 4C | F | 50 | 44 | 35 |
| Octal | 241 | 330 | 64 | 31 | 0 | 114 | 17 | 120 | 104 | 65 |
| Binary | 10100001 | 11011000 | 110100 | 11001 | 0 | 1001100 | 1111 | 1010000 | 1000100 | 110101 |
Color Harmonies of #A1D834
Complementary color
Monochromatic Colors of #A1D834
Black with #A1D834
Text Example
Text Example
White with #A1D834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D834; }
p { color: rgb(161,216,52); }
H1.HeaderClassName
{
color: #A1D834;
}
.AnyTagClassName
{
color: #A1D834;
}
</style>
background-color css
<style>
a { background-color: #A1D834; }
a { background-color: rgb(161,216,52); }
div.DivClassName
{
background-color: #A1D834;
}
.BgClassName
{
background-color: #A1D834;
}
</style>
border-color css
<style>
span { border-color: #A1D834; }
span { border-color: rgb(161,216,52); }
td.TdClassName
{
border-color: #A1D834;
}
.TagClassName
{
border-color: #A1D834;
}
</style>