Shades of Atlantis #A2C44C
Tints of Atlantis #A2C44C
RGB
CMYK
RGB Variations
Color information
#A2C44C (or 0xA2C44C) is known color: Atlantis. HEX triplet: A2, C4 and 4C. RGB value is (162,196,76). Sum of RGB (Red+Green+Blue) = 162+196+76=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C44C is #5D3BB3. Grayscale: #ACACAC. Windows color (decimal): -6110132 or 5031074. OLE color: 5031074.
HSL color Cylindrical-coordinate representation of color #A2C44C: hue angle of 77º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2C44C is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 76 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.23 |
| HSL | 77º | 0.5% | 0.53% | - |
| HSV(B) | 77º | 0.61% | 0.77% | - |
| XYZ | 35.94 | 47.68 | 14.15 | - |
| YUV | 172.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 76 | 0.17 | 0 | 0.61 | 0.23 | 77 | 0.5 | 0.53 |
| Hex | A2 | C4 | 4C | 11 | 0 | 3D | 17 | 4D | 32 | 35 |
| Octal | 242 | 304 | 114 | 21 | 0 | 75 | 27 | 115 | 62 | 65 |
| Binary | 10100010 | 11000100 | 1001100 | 10001 | 0 | 111101 | 10111 | 1001101 | 110010 | 110101 |
Color Harmonies of #A2C44C
Complementary color
Monochromatic Colors of #A2C44C
Black with #A2C44C
Text Example
Text Example
White with #A2C44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C44C; }
p { color: rgb(162,196,76); }
H1.HeaderClassName
{
color: #A2C44C;
}
.AnyTagClassName
{
color: #A2C44C;
}
</style>
background-color css
<style>
a { background-color: #A2C44C; }
a { background-color: rgb(162,196,76); }
div.DivClassName
{
background-color: #A2C44C;
}
.BgClassName
{
background-color: #A2C44C;
}
</style>
border-color css
<style>
span { border-color: #A2C44C; }
span { border-color: rgb(162,196,76); }
td.TdClassName
{
border-color: #A2C44C;
}
.TagClassName
{
border-color: #A2C44C;
}
</style>