Shades of Atlantis #A2DB46
Tints of Atlantis #A2DB46
RGB
CMYK
RGB Variations
Color information
#A2DB46 (or 0xA2DB46) is known color: Atlantis. HEX triplet: A2, DB and 46. RGB value is (162,219,70). Sum of RGB (Red+Green+Blue) = 162+219+70=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DB46 is #5D24B9. Grayscale: #B9B9B9. Windows color (decimal): -6104250 or 4643746. OLE color: 4643746.
HSL color Cylindrical-coordinate representation of color #A2DB46: hue angle of 82.95º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2DB46 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 70 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.14 |
| HSL | 82.95º | 0.67% | 0.57% | - |
| HSV(B) | 82.95º | 0.68% | 0.86% | - |
| XYZ | 41.34 | 58.79 | 14.96 | - |
| YUV | 184.97 | 63.12 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 70 | 0.26 | 0 | 0.68 | 0.14 | 82.95 | 0.67 | 0.57 |
| Hex | A2 | DB | 46 | 1A | 0 | 44 | E | 53 | 43 | 39 |
| Octal | 242 | 333 | 106 | 32 | 0 | 104 | 16 | 123 | 103 | 71 |
| Binary | 10100010 | 11011011 | 1000110 | 11010 | 0 | 1000100 | 1110 | 1010011 | 1000011 | 111001 |
Color Harmonies of #A2DB46
Complementary color
Monochromatic Colors of #A2DB46
Black with #A2DB46
Text Example
Text Example
White with #A2DB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB46; }
p { color: rgb(162,219,70); }
H1.HeaderClassName
{
color: #A2DB46;
}
.AnyTagClassName
{
color: #A2DB46;
}
</style>
background-color css
<style>
a { background-color: #A2DB46; }
a { background-color: rgb(162,219,70); }
div.DivClassName
{
background-color: #A2DB46;
}
.BgClassName
{
background-color: #A2DB46;
}
</style>
border-color css
<style>
span { border-color: #A2DB46; }
span { border-color: rgb(162,219,70); }
td.TdClassName
{
border-color: #A2DB46;
}
.TagClassName
{
border-color: #A2DB46;
}
</style>