Shades of Atlantis #A2CE49
Tints of Atlantis #A2CE49
RGB
CMYK
RGB Variations
Color information
#A2CE49 (or 0xA2CE49) is known color: Atlantis. HEX triplet: A2, CE and 49. RGB value is (162,206,73). Sum of RGB (Red+Green+Blue) = 162+206+73=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CE49 is #5D31B6. Grayscale: #B2B2B2. Windows color (decimal): -6107575 or 4837026. OLE color: 4837026.
HSL color Cylindrical-coordinate representation of color #A2CE49: hue angle of 79.85º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2CE49 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 73 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.19 |
| HSL | 79.85º | 0.58% | 0.55% | - |
| HSV(B) | 79.85º | 0.65% | 0.81% | - |
| XYZ | 38.17 | 52.31 | 14.39 | - |
| YUV | 177.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 73 | 0.21 | 0 | 0.65 | 0.19 | 79.85 | 0.58 | 0.55 |
| Hex | A2 | CE | 49 | 15 | 0 | 41 | 13 | 50 | 3A | 37 |
| Octal | 242 | 316 | 111 | 25 | 0 | 101 | 23 | 120 | 72 | 67 |
| Binary | 10100010 | 11001110 | 1001001 | 10101 | 0 | 1000001 | 10011 | 1010000 | 111010 | 110111 |
Color Harmonies of #A2CE49
Complementary color
Monochromatic Colors of #A2CE49
Black with #A2CE49
Text Example
Text Example
White with #A2CE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE49; }
p { color: rgb(162,206,73); }
H1.HeaderClassName
{
color: #A2CE49;
}
.AnyTagClassName
{
color: #A2CE49;
}
</style>
background-color css
<style>
a { background-color: #A2CE49; }
a { background-color: rgb(162,206,73); }
div.DivClassName
{
background-color: #A2CE49;
}
.BgClassName
{
background-color: #A2CE49;
}
</style>
border-color css
<style>
span { border-color: #A2CE49; }
span { border-color: rgb(162,206,73); }
td.TdClassName
{
border-color: #A2CE49;
}
.TagClassName
{
border-color: #A2CE49;
}
</style>