Shades of Atlantis #A2D14A
Tints of Atlantis #A2D14A
RGB
CMYK
RGB Variations
Color information
#A2D14A (or 0xA2D14A) is known color: Atlantis. HEX triplet: A2, D1 and 4A. RGB value is (162,209,74). Sum of RGB (Red+Green+Blue) = 162+209+74=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D14A is #5D2EB5. Grayscale: #B4B4B4. Windows color (decimal): -6106806 or 4903330. OLE color: 4903330.
HSL color Cylindrical-coordinate representation of color #A2D14A: hue angle of 80.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2D14A is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 74 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.18 |
| HSL | 80.89º | 0.59% | 0.55% | - |
| HSV(B) | 80.89º | 0.65% | 0.82% | - |
| XYZ | 38.94 | 53.78 | 14.81 | - |
| YUV | 179.56 | 68.43 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 74 | 0.22 | 0 | 0.65 | 0.18 | 80.89 | 0.59 | 0.55 |
| Hex | A2 | D1 | 4A | 16 | 0 | 41 | 12 | 51 | 3B | 37 |
| Octal | 242 | 321 | 112 | 26 | 0 | 101 | 22 | 121 | 73 | 67 |
| Binary | 10100010 | 11010001 | 1001010 | 10110 | 0 | 1000001 | 10010 | 1010001 | 111011 | 110111 |
Color Harmonies of #A2D14A
Complementary color
Monochromatic Colors of #A2D14A
Black with #A2D14A
Text Example
Text Example
White with #A2D14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D14A; }
p { color: rgb(162,209,74); }
H1.HeaderClassName
{
color: #A2D14A;
}
.AnyTagClassName
{
color: #A2D14A;
}
</style>
background-color css
<style>
a { background-color: #A2D14A; }
a { background-color: rgb(162,209,74); }
div.DivClassName
{
background-color: #A2D14A;
}
.BgClassName
{
background-color: #A2D14A;
}
</style>
border-color css
<style>
span { border-color: #A2D14A; }
span { border-color: rgb(162,209,74); }
td.TdClassName
{
border-color: #A2D14A;
}
.TagClassName
{
border-color: #A2D14A;
}
</style>