Shades of Atlantis #A2C54A
Tints of Atlantis #A2C54A
RGB
CMYK
RGB Variations
Color information
#A2C54A (or 0xA2C54A) is known color: Atlantis. HEX triplet: A2, C5 and 4A. RGB value is (162,197,74). Sum of RGB (Red+Green+Blue) = 162+197+74=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C54A is #5D3AB5. Grayscale: #ACACAC. Windows color (decimal): -6109878 or 4900258. OLE color: 4900258.
HSL color Cylindrical-coordinate representation of color #A2C54A: hue angle of 77.07º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2C54A is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 74 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.23 |
| HSL | 77.07º | 0.51% | 0.53% | - |
| HSV(B) | 77.07º | 0.62% | 0.77% | - |
| XYZ | 36.1 | 48.11 | 13.86 | - |
| YUV | 172.51 | 72.4 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 74 | 0.18 | 0 | 0.62 | 0.23 | 77.07 | 0.51 | 0.53 |
| Hex | A2 | C5 | 4A | 12 | 0 | 3E | 17 | 4D | 33 | 35 |
| Octal | 242 | 305 | 112 | 22 | 0 | 76 | 27 | 115 | 63 | 65 |
| Binary | 10100010 | 11000101 | 1001010 | 10010 | 0 | 111110 | 10111 | 1001101 | 110011 | 110101 |
Color Harmonies of #A2C54A
Complementary color
Monochromatic Colors of #A2C54A
Black with #A2C54A
Text Example
Text Example
White with #A2C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C54A; }
p { color: rgb(162,197,74); }
H1.HeaderClassName
{
color: #A2C54A;
}
.AnyTagClassName
{
color: #A2C54A;
}
</style>
background-color css
<style>
a { background-color: #A2C54A; }
a { background-color: rgb(162,197,74); }
div.DivClassName
{
background-color: #A2C54A;
}
.BgClassName
{
background-color: #A2C54A;
}
</style>
border-color css
<style>
span { border-color: #A2C54A; }
span { border-color: rgb(162,197,74); }
td.TdClassName
{
border-color: #A2C54A;
}
.TagClassName
{
border-color: #A2C54A;
}
</style>