Shades of Atlantis #A1DA35
Tints of Atlantis #A1DA35
RGB
CMYK
RGB Variations
Color information
#A1DA35 (or 0xA1DA35) is known color: Atlantis. HEX triplet: A1, DA and 35. RGB value is (161,218,53). Sum of RGB (Red+Green+Blue) = 161+218+53=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DA35 is #5E25CA. Grayscale: #B6B6B6. Windows color (decimal): -6170059 or 3529377. OLE color: 3529377.
HSL color Cylindrical-coordinate representation of color #A1DA35: hue angle of 80.73º degrees, saturation: 0.69, 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 #A1DA35 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 53 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.15 |
| HSL | 80.73º | 0.69% | 0.53% | - |
| HSV(B) | 80.73º | 0.76% | 0.85% | - |
| XYZ | 40.41 | 57.98 | 12.43 | - |
| YUV | 182.15 | 55.12 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 53 | 0.26 | 0 | 0.76 | 0.15 | 80.73 | 0.69 | 0.53 |
| Hex | A1 | DA | 35 | 1A | 0 | 4C | F | 51 | 45 | 35 |
| Octal | 241 | 332 | 65 | 32 | 0 | 114 | 17 | 121 | 105 | 65 |
| Binary | 10100001 | 11011010 | 110101 | 11010 | 0 | 1001100 | 1111 | 1010001 | 1000101 | 110101 |
Color Harmonies of #A1DA35
Complementary color
Monochromatic Colors of #A1DA35
Black with #A1DA35
Text Example
Text Example
White with #A1DA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA35; }
p { color: rgb(161,218,53); }
H1.HeaderClassName
{
color: #A1DA35;
}
.AnyTagClassName
{
color: #A1DA35;
}
</style>
background-color css
<style>
a { background-color: #A1DA35; }
a { background-color: rgb(161,218,53); }
div.DivClassName
{
background-color: #A1DA35;
}
.BgClassName
{
background-color: #A1DA35;
}
</style>
border-color css
<style>
span { border-color: #A1DA35; }
span { border-color: rgb(161,218,53); }
td.TdClassName
{
border-color: #A1DA35;
}
.TagClassName
{
border-color: #A1DA35;
}
</style>