Shades of Atlantis #A2D441
Tints of Atlantis #A2D441
RGB
CMYK
RGB Variations
Color information
#A2D441 (or 0xA2D441) is known color: Atlantis. HEX triplet: A2, D4 and 41. RGB value is (162,212,65). Sum of RGB (Red+Green+Blue) = 162+212+65=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D441 is #5D2BBE. Grayscale: #B4B4B4. Windows color (decimal): -6106047 or 4314274. OLE color: 4314274.
HSL color Cylindrical-coordinate representation of color #A2D441: hue angle of 80.41º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2D441 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 65 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.17 |
| HSL | 80.41º | 0.63% | 0.54% | - |
| HSV(B) | 80.41º | 0.69% | 0.83% | - |
| XYZ | 39.4 | 55.15 | 13.57 | - |
| YUV | 180.29 | 62.94 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 65 | 0.24 | 0 | 0.69 | 0.17 | 80.41 | 0.63 | 0.54 |
| Hex | A2 | D4 | 41 | 18 | 0 | 45 | 11 | 50 | 3F | 36 |
| Octal | 242 | 324 | 101 | 30 | 0 | 105 | 21 | 120 | 77 | 66 |
| Binary | 10100010 | 11010100 | 1000001 | 11000 | 0 | 1000101 | 10001 | 1010000 | 111111 | 110110 |
Color Harmonies of #A2D441
Complementary color
Monochromatic Colors of #A2D441
Black with #A2D441
Text Example
Text Example
White with #A2D441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D441; }
p { color: rgb(162,212,65); }
H1.HeaderClassName
{
color: #A2D441;
}
.AnyTagClassName
{
color: #A2D441;
}
</style>
background-color css
<style>
a { background-color: #A2D441; }
a { background-color: rgb(162,212,65); }
div.DivClassName
{
background-color: #A2D441;
}
.BgClassName
{
background-color: #A2D441;
}
</style>
border-color css
<style>
span { border-color: #A2D441; }
span { border-color: rgb(162,212,65); }
td.TdClassName
{
border-color: #A2D441;
}
.TagClassName
{
border-color: #A2D441;
}
</style>