Shades of Atlantis #A1D83A
Tints of Atlantis #A1D83A
RGB
CMYK
RGB Variations
Color information
#A1D83A (or 0xA1D83A) is known color: Atlantis. HEX triplet: A1, D8 and 3A. RGB value is (161,216,58). Sum of RGB (Red+Green+Blue) = 161+216+58=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D83A is #5E27C5. Grayscale: #B6B6B6. Windows color (decimal): -6170566 or 3856545. OLE color: 3856545.
HSL color Cylindrical-coordinate representation of color #A1D83A: hue angle of 80.89º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1D83A is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 58 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.15 |
| HSL | 80.89º | 0.67% | 0.54% | - |
| HSV(B) | 80.89º | 0.73% | 0.85% | - |
| XYZ | 40.02 | 56.99 | 12.89 | - |
| YUV | 181.54 | 58.28 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 58 | 0.25 | 0 | 0.73 | 0.15 | 80.89 | 0.67 | 0.54 |
| Hex | A1 | D8 | 3A | 19 | 0 | 49 | F | 51 | 43 | 36 |
| Octal | 241 | 330 | 72 | 31 | 0 | 111 | 17 | 121 | 103 | 66 |
| Binary | 10100001 | 11011000 | 111010 | 11001 | 0 | 1001001 | 1111 | 1010001 | 1000011 | 110110 |
Color Harmonies of #A1D83A
Complementary color
Monochromatic Colors of #A1D83A
Black with #A1D83A
Text Example
Text Example
White with #A1D83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D83A; }
p { color: rgb(161,216,58); }
H1.HeaderClassName
{
color: #A1D83A;
}
.AnyTagClassName
{
color: #A1D83A;
}
</style>
background-color css
<style>
a { background-color: #A1D83A; }
a { background-color: rgb(161,216,58); }
div.DivClassName
{
background-color: #A1D83A;
}
.BgClassName
{
background-color: #A1D83A;
}
</style>
border-color css
<style>
span { border-color: #A1D83A; }
span { border-color: rgb(161,216,58); }
td.TdClassName
{
border-color: #A1D83A;
}
.TagClassName
{
border-color: #A1D83A;
}
</style>