Shades of Atlantis #A2C651
Tints of Atlantis #A2C651
RGB
CMYK
RGB Variations
Color information
#A2C651 (or 0xA2C651) is known color: Atlantis. HEX triplet: A2, C6 and 51. RGB value is (162,198,81). Sum of RGB (Red+Green+Blue) = 162+198+81=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C651 is #5D39AE. Grayscale: #AEAEAE. Windows color (decimal): -6109615 or 5359266. OLE color: 5359266.
HSL color Cylindrical-coordinate representation of color #A2C651: hue angle of 78.46º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2C651 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 81 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.22 |
| HSL | 78.46º | 0.51% | 0.55% | - |
| HSV(B) | 78.46º | 0.59% | 0.78% | - |
| XYZ | 36.58 | 48.66 | 15.25 | - |
| YUV | 173.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 81 | 0.18 | 0 | 0.59 | 0.22 | 78.46 | 0.51 | 0.55 |
| Hex | A2 | C6 | 51 | 12 | 0 | 3B | 16 | 4E | 33 | 37 |
| Octal | 242 | 306 | 121 | 22 | 0 | 73 | 26 | 116 | 63 | 67 |
| Binary | 10100010 | 11000110 | 1010001 | 10010 | 0 | 111011 | 10110 | 1001110 | 110011 | 110111 |
Color Harmonies of #A2C651
Complementary color
Monochromatic Colors of #A2C651
Black with #A2C651
Text Example
Text Example
White with #A2C651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C651; }
p { color: rgb(162,198,81); }
H1.HeaderClassName
{
color: #A2C651;
}
.AnyTagClassName
{
color: #A2C651;
}
</style>
background-color css
<style>
a { background-color: #A2C651; }
a { background-color: rgb(162,198,81); }
div.DivClassName
{
background-color: #A2C651;
}
.BgClassName
{
background-color: #A2C651;
}
</style>
border-color css
<style>
span { border-color: #A2C651; }
span { border-color: rgb(162,198,81); }
td.TdClassName
{
border-color: #A2C651;
}
.TagClassName
{
border-color: #A2C651;
}
</style>