Shades of Atlantis #A2DB42
Tints of Atlantis #A2DB42
RGB
CMYK
RGB Variations
Color information
#A2DB42 (or 0xA2DB42) is known color: Atlantis. HEX triplet: A2, DB and 42. RGB value is (162,219,66). Sum of RGB (Red+Green+Blue) = 162+219+66=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DB42 is #5D24BD. Grayscale: #B9B9B9. Windows color (decimal): -6104254 or 4381602. OLE color: 4381602.
HSL color Cylindrical-coordinate representation of color #A2DB42: hue angle of 82.35º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2DB42 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 66 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.14 |
| HSL | 82.35º | 0.68% | 0.56% | - |
| HSV(B) | 82.35º | 0.7% | 0.86% | - |
| XYZ | 41.22 | 58.74 | 14.32 | - |
| YUV | 184.52 | 61.12 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 66 | 0.26 | 0 | 0.70 | 0.14 | 82.35 | 0.68 | 0.56 |
| Hex | A2 | DB | 42 | 1A | 0 | 46 | E | 52 | 44 | 38 |
| Octal | 242 | 333 | 102 | 32 | 0 | 106 | 16 | 122 | 104 | 70 |
| Binary | 10100010 | 11011011 | 1000010 | 11010 | 0 | 1000110 | 1110 | 1010010 | 1000100 | 111000 |
Color Harmonies of #A2DB42
Complementary color
Monochromatic Colors of #A2DB42
Black with #A2DB42
Text Example
Text Example
White with #A2DB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB42; }
p { color: rgb(162,219,66); }
H1.HeaderClassName
{
color: #A2DB42;
}
.AnyTagClassName
{
color: #A2DB42;
}
</style>
background-color css
<style>
a { background-color: #A2DB42; }
a { background-color: rgb(162,219,66); }
div.DivClassName
{
background-color: #A2DB42;
}
.BgClassName
{
background-color: #A2DB42;
}
</style>
border-color css
<style>
span { border-color: #A2DB42; }
span { border-color: rgb(162,219,66); }
td.TdClassName
{
border-color: #A2DB42;
}
.TagClassName
{
border-color: #A2DB42;
}
</style>