Shades of Atlantis #A2D03D
Tints of Atlantis #A2D03D
RGB
CMYK
RGB Variations
Color information
#A2D03D (or 0xA2D03D) is known color: Atlantis. HEX triplet: A2, D0 and 3D. RGB value is (162,208,61). Sum of RGB (Red+Green+Blue) = 162+208+61=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D03D is #5D2FC2. Grayscale: #B2B2B2. Windows color (decimal): -6107075 or 4051106. OLE color: 4051106.
HSL color Cylindrical-coordinate representation of color #A2D03D: hue angle of 78.78º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2D03D is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 61 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.18 |
| HSL | 78.78º | 0.61% | 0.53% | - |
| HSV(B) | 78.78º | 0.71% | 0.82% | - |
| XYZ | 38.3 | 53.13 | 12.65 | - |
| YUV | 177.49 | 62.26 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 61 | 0.22 | 0 | 0.71 | 0.18 | 78.78 | 0.61 | 0.53 |
| Hex | A2 | D0 | 3D | 16 | 0 | 47 | 12 | 4F | 3D | 35 |
| Octal | 242 | 320 | 75 | 26 | 0 | 107 | 22 | 117 | 75 | 65 |
| Binary | 10100010 | 11010000 | 111101 | 10110 | 0 | 1000111 | 10010 | 1001111 | 111101 | 110101 |
Color Harmonies of #A2D03D
Complementary color
Monochromatic Colors of #A2D03D
Black with #A2D03D
Text Example
Text Example
White with #A2D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D03D; }
p { color: rgb(162,208,61); }
H1.HeaderClassName
{
color: #A2D03D;
}
.AnyTagClassName
{
color: #A2D03D;
}
</style>
background-color css
<style>
a { background-color: #A2D03D; }
a { background-color: rgb(162,208,61); }
div.DivClassName
{
background-color: #A2D03D;
}
.BgClassName
{
background-color: #A2D03D;
}
</style>
border-color css
<style>
span { border-color: #A2D03D; }
span { border-color: rgb(162,208,61); }
td.TdClassName
{
border-color: #A2D03D;
}
.TagClassName
{
border-color: #A2D03D;
}
</style>