Shades of Atlantis #A2C64A
Tints of Atlantis #A2C64A
RGB
CMYK
RGB Variations
Color information
#A2C64A (or 0xA2C64A) is known color: Atlantis. HEX triplet: A2, C6 and 4A. RGB value is (162,198,74). Sum of RGB (Red+Green+Blue) = 162+198+74=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C64A is #5D39B5. Grayscale: #ADADAD. Windows color (decimal): -6109622 or 4900514. OLE color: 4900514.
HSL color Cylindrical-coordinate representation of color #A2C64A: hue angle of 77.42º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2C64A is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 74 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.22 |
| HSL | 77.42º | 0.52% | 0.53% | - |
| HSV(B) | 77.42º | 0.63% | 0.78% | - |
| XYZ | 36.33 | 48.56 | 13.94 | - |
| YUV | 173.1 | 72.07 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 74 | 0.18 | 0 | 0.63 | 0.22 | 77.42 | 0.52 | 0.53 |
| Hex | A2 | C6 | 4A | 12 | 0 | 3F | 16 | 4D | 34 | 35 |
| Octal | 242 | 306 | 112 | 22 | 0 | 77 | 26 | 115 | 64 | 65 |
| Binary | 10100010 | 11000110 | 1001010 | 10010 | 0 | 111111 | 10110 | 1001101 | 110100 | 110101 |
Color Harmonies of #A2C64A
Complementary color
Monochromatic Colors of #A2C64A
Black with #A2C64A
Text Example
Text Example
White with #A2C64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C64A; }
p { color: rgb(162,198,74); }
H1.HeaderClassName
{
color: #A2C64A;
}
.AnyTagClassName
{
color: #A2C64A;
}
</style>
background-color css
<style>
a { background-color: #A2C64A; }
a { background-color: rgb(162,198,74); }
div.DivClassName
{
background-color: #A2C64A;
}
.BgClassName
{
background-color: #A2C64A;
}
</style>
border-color css
<style>
span { border-color: #A2C64A; }
span { border-color: rgb(162,198,74); }
td.TdClassName
{
border-color: #A2C64A;
}
.TagClassName
{
border-color: #A2C64A;
}
</style>