Shades of Atlantis #A2D13F
Tints of Atlantis #A2D13F
RGB
CMYK
RGB Variations
Color information
#A2D13F (or 0xA2D13F) is known color: Atlantis. HEX triplet: A2, D1 and 3F. RGB value is (162,209,63). Sum of RGB (Red+Green+Blue) = 162+209+63=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D13F is #5D2EC0. Grayscale: #B2B2B2. Windows color (decimal): -6106817 or 4182434. OLE color: 4182434.
HSL color Cylindrical-coordinate representation of color #A2D13F: hue angle of 79.32º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2D13F is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 63 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.18 |
| HSL | 79.32º | 0.61% | 0.53% | - |
| HSV(B) | 79.32º | 0.7% | 0.82% | - |
| XYZ | 38.6 | 53.64 | 13.02 | - |
| YUV | 178.3 | 62.93 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 63 | 0.22 | 0 | 0.70 | 0.18 | 79.32 | 0.61 | 0.53 |
| Hex | A2 | D1 | 3F | 16 | 0 | 46 | 12 | 4F | 3D | 35 |
| Octal | 242 | 321 | 77 | 26 | 0 | 106 | 22 | 117 | 75 | 65 |
| Binary | 10100010 | 11010001 | 111111 | 10110 | 0 | 1000110 | 10010 | 1001111 | 111101 | 110101 |
Color Harmonies of #A2D13F
Complementary color
Monochromatic Colors of #A2D13F
Black with #A2D13F
Text Example
Text Example
White with #A2D13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D13F; }
p { color: rgb(162,209,63); }
H1.HeaderClassName
{
color: #A2D13F;
}
.AnyTagClassName
{
color: #A2D13F;
}
</style>
background-color css
<style>
a { background-color: #A2D13F; }
a { background-color: rgb(162,209,63); }
div.DivClassName
{
background-color: #A2D13F;
}
.BgClassName
{
background-color: #A2D13F;
}
</style>
border-color css
<style>
span { border-color: #A2D13F; }
span { border-color: rgb(162,209,63); }
td.TdClassName
{
border-color: #A2D13F;
}
.TagClassName
{
border-color: #A2D13F;
}
</style>