Shades of Atlantis #A2C851
Tints of Atlantis #A2C851
RGB
CMYK
RGB Variations
Color information
#A2C851 (or 0xA2C851) is known color: Atlantis. HEX triplet: A2, C8 and 51. RGB value is (162,200,81). Sum of RGB (Red+Green+Blue) = 162+200+81=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C851 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C851 is #5D37AE. Grayscale: #AFAFAF. Windows color (decimal): -6109103 or 5359778. OLE color: 5359778.
HSL color Cylindrical-coordinate representation of color #A2C851: hue angle of 79.16º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2C851 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 81 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.22 |
| HSL | 79.16º | 0.52% | 0.55% | - |
| HSV(B) | 79.16º | 0.6% | 0.78% | - |
| XYZ | 37.04 | 49.58 | 15.4 | - |
| YUV | 175.07 | 74.91 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 81 | 0.19 | 0 | 0.59 | 0.22 | 79.16 | 0.52 | 0.55 |
| Hex | A2 | C8 | 51 | 13 | 0 | 3B | 16 | 4F | 34 | 37 |
| Octal | 242 | 310 | 121 | 23 | 0 | 73 | 26 | 117 | 64 | 67 |
| Binary | 10100010 | 11001000 | 1010001 | 10011 | 0 | 111011 | 10110 | 1001111 | 110100 | 110111 |
Color Harmonies of #A2C851
Complementary color
Monochromatic Colors of #A2C851
Black with #A2C851
Text Example
Text Example
White with #A2C851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C851; }
p { color: rgb(162,200,81); }
H1.HeaderClassName
{
color: #A2C851;
}
.AnyTagClassName
{
color: #A2C851;
}
</style>
background-color css
<style>
a { background-color: #A2C851; }
a { background-color: rgb(162,200,81); }
div.DivClassName
{
background-color: #A2C851;
}
.BgClassName
{
background-color: #A2C851;
}
</style>
border-color css
<style>
span { border-color: #A2C851; }
span { border-color: rgb(162,200,81); }
td.TdClassName
{
border-color: #A2C851;
}
.TagClassName
{
border-color: #A2C851;
}
</style>