Shades of Atlantis #A2D13B
Tints of Atlantis #A2D13B
RGB
CMYK
RGB Variations
Color information
#A2D13B (or 0xA2D13B) is known color: Atlantis. HEX triplet: A2, D1 and 3B. RGB value is (162,209,59). Sum of RGB (Red+Green+Blue) = 162+209+59=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D13B is #5D2EC4. Grayscale: #B2B2B2. Windows color (decimal): -6106821 or 3920290. OLE color: 3920290.
HSL color Cylindrical-coordinate representation of color #A2D13B: hue angle of 78.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2D13B is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 59 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.18 |
| HSL | 78.8º | 0.62% | 0.53% | - |
| HSV(B) | 78.8º | 0.72% | 0.82% | - |
| XYZ | 38.49 | 53.6 | 12.45 | - |
| YUV | 177.85 | 60.93 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 59 | 0.22 | 0 | 0.72 | 0.18 | 78.8 | 0.62 | 0.53 |
| Hex | A2 | D1 | 3B | 16 | 0 | 48 | 12 | 4F | 3E | 35 |
| Octal | 242 | 321 | 73 | 26 | 0 | 110 | 22 | 117 | 76 | 65 |
| Binary | 10100010 | 11010001 | 111011 | 10110 | 0 | 1001000 | 10010 | 1001111 | 111110 | 110101 |
Color Harmonies of #A2D13B
Complementary color
Monochromatic Colors of #A2D13B
Black with #A2D13B
Text Example
Text Example
White with #A2D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D13B; }
p { color: rgb(162,209,59); }
H1.HeaderClassName
{
color: #A2D13B;
}
.AnyTagClassName
{
color: #A2D13B;
}
</style>
background-color css
<style>
a { background-color: #A2D13B; }
a { background-color: rgb(162,209,59); }
div.DivClassName
{
background-color: #A2D13B;
}
.BgClassName
{
background-color: #A2D13B;
}
</style>
border-color css
<style>
span { border-color: #A2D13B; }
span { border-color: rgb(162,209,59); }
td.TdClassName
{
border-color: #A2D13B;
}
.TagClassName
{
border-color: #A2D13B;
}
</style>