Shades of Atlantis #A1DB35
Tints of Atlantis #A1DB35
RGB
CMYK
RGB Variations
Color information
#A1DB35 (or 0xA1DB35) is known color: Atlantis. HEX triplet: A1, DB and 35. RGB value is (161,219,53). Sum of RGB (Red+Green+Blue) = 161+219+53=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DB35 is #5E24CA. Grayscale: #B7B7B7. Windows color (decimal): -6169803 or 3529633. OLE color: 3529633.
HSL color Cylindrical-coordinate representation of color #A1DB35: hue angle of 80.96º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1DB35 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 53 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.14 |
| HSL | 80.96º | 0.7% | 0.53% | - |
| HSV(B) | 80.96º | 0.76% | 0.86% | - |
| XYZ | 40.67 | 58.5 | 12.52 | - |
| YUV | 182.73 | 54.78 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 53 | 0.26 | 0 | 0.76 | 0.14 | 80.96 | 0.7 | 0.53 |
| Hex | A1 | DB | 35 | 1A | 0 | 4C | E | 51 | 46 | 35 |
| Octal | 241 | 333 | 65 | 32 | 0 | 114 | 16 | 121 | 106 | 65 |
| Binary | 10100001 | 11011011 | 110101 | 11010 | 0 | 1001100 | 1110 | 1010001 | 1000110 | 110101 |
Color Harmonies of #A1DB35
Complementary color
Monochromatic Colors of #A1DB35
Black with #A1DB35
Text Example
Text Example
White with #A1DB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DB35; }
p { color: rgb(161,219,53); }
H1.HeaderClassName
{
color: #A1DB35;
}
.AnyTagClassName
{
color: #A1DB35;
}
</style>
background-color css
<style>
a { background-color: #A1DB35; }
a { background-color: rgb(161,219,53); }
div.DivClassName
{
background-color: #A1DB35;
}
.BgClassName
{
background-color: #A1DB35;
}
</style>
border-color css
<style>
span { border-color: #A1DB35; }
span { border-color: rgb(161,219,53); }
td.TdClassName
{
border-color: #A1DB35;
}
.TagClassName
{
border-color: #A1DB35;
}
</style>