Shades of Atlantis #A2D341
Tints of Atlantis #A2D341
RGB
CMYK
RGB Variations
Color information
#A2D341 (or 0xA2D341) is known color: Atlantis. HEX triplet: A2, D3 and 41. RGB value is (162,211,65). Sum of RGB (Red+Green+Blue) = 162+211+65=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D341 is #5D2CBE. Grayscale: #B4B4B4. Windows color (decimal): -6106303 or 4314018. OLE color: 4314018.
HSL color Cylindrical-coordinate representation of color #A2D341: hue angle of 80.14º degrees, saturation: 0.62, 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 #A2D341 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 65 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.17 |
| HSL | 80.14º | 0.62% | 0.54% | - |
| HSV(B) | 80.14º | 0.69% | 0.83% | - |
| XYZ | 39.15 | 54.65 | 13.49 | - |
| YUV | 179.71 | 63.27 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 65 | 0.23 | 0 | 0.69 | 0.17 | 80.14 | 0.62 | 0.54 |
| Hex | A2 | D3 | 41 | 17 | 0 | 45 | 11 | 50 | 3E | 36 |
| Octal | 242 | 323 | 101 | 27 | 0 | 105 | 21 | 120 | 76 | 66 |
| Binary | 10100010 | 11010011 | 1000001 | 10111 | 0 | 1000101 | 10001 | 1010000 | 111110 | 110110 |
Color Harmonies of #A2D341
Complementary color
Monochromatic Colors of #A2D341
Black with #A2D341
Text Example
Text Example
White with #A2D341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D341; }
p { color: rgb(162,211,65); }
H1.HeaderClassName
{
color: #A2D341;
}
.AnyTagClassName
{
color: #A2D341;
}
</style>
background-color css
<style>
a { background-color: #A2D341; }
a { background-color: rgb(162,211,65); }
div.DivClassName
{
background-color: #A2D341;
}
.BgClassName
{
background-color: #A2D341;
}
</style>
border-color css
<style>
span { border-color: #A2D341; }
span { border-color: rgb(162,211,65); }
td.TdClassName
{
border-color: #A2D341;
}
.TagClassName
{
border-color: #A2D341;
}
</style>