Shades of Atlantis #A2DB3B
Tints of Atlantis #A2DB3B
RGB
CMYK
RGB Variations
Color information
#A2DB3B (or 0xA2DB3B) is known color: Atlantis. HEX triplet: A2, DB and 3B. RGB value is (162,219,59). Sum of RGB (Red+Green+Blue) = 162+219+59=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DB3B is #5D24C4. Grayscale: #B8B8B8. Windows color (decimal): -6104261 or 3922850. OLE color: 3922850.
HSL color Cylindrical-coordinate representation of color #A2DB3B: hue angle of 81.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2DB3B is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 59 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.14 |
| HSL | 81.38º | 0.69% | 0.55% | - |
| HSV(B) | 81.38º | 0.73% | 0.86% | - |
| XYZ | 41.02 | 58.66 | 13.3 | - |
| YUV | 183.72 | 57.62 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 59 | 0.26 | 0 | 0.73 | 0.14 | 81.38 | 0.69 | 0.55 |
| Hex | A2 | DB | 3B | 1A | 0 | 49 | E | 51 | 45 | 37 |
| Octal | 242 | 333 | 73 | 32 | 0 | 111 | 16 | 121 | 105 | 67 |
| Binary | 10100010 | 11011011 | 111011 | 11010 | 0 | 1001001 | 1110 | 1010001 | 1000101 | 110111 |
Color Harmonies of #A2DB3B
Complementary color
Monochromatic Colors of #A2DB3B
Black with #A2DB3B
Text Example
Text Example
White with #A2DB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB3B; }
p { color: rgb(162,219,59); }
H1.HeaderClassName
{
color: #A2DB3B;
}
.AnyTagClassName
{
color: #A2DB3B;
}
</style>
background-color css
<style>
a { background-color: #A2DB3B; }
a { background-color: rgb(162,219,59); }
div.DivClassName
{
background-color: #A2DB3B;
}
.BgClassName
{
background-color: #A2DB3B;
}
</style>
border-color css
<style>
span { border-color: #A2DB3B; }
span { border-color: rgb(162,219,59); }
td.TdClassName
{
border-color: #A2DB3B;
}
.TagClassName
{
border-color: #A2DB3B;
}
</style>