Shades of Atlantis #A2C63A
Tints of Atlantis #A2C63A
RGB
CMYK
RGB Variations
Color information
#A2C63A (or 0xA2C63A) is known color: Atlantis. HEX triplet: A2, C6 and 3A. RGB value is (162,198,58). Sum of RGB (Red+Green+Blue) = 162+198+58=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C63A is #5D39C5. Grayscale: #ABABAB. Windows color (decimal): -6109638 or 3851938. OLE color: 3851938.
HSL color Cylindrical-coordinate representation of color #A2C63A: hue angle of 75.43º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2C63A is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 58 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.22 |
| HSL | 75.43º | 0.55% | 0.5% | - |
| HSV(B) | 75.43º | 0.71% | 0.78% | - |
| XYZ | 35.86 | 48.38 | 11.45 | - |
| YUV | 171.28 | 64.07 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 58 | 0.18 | 0 | 0.71 | 0.22 | 75.43 | 0.55 | 0.5 |
| Hex | A2 | C6 | 3A | 12 | 0 | 47 | 16 | 4B | 37 | 32 |
| Octal | 242 | 306 | 72 | 22 | 0 | 107 | 26 | 113 | 67 | 62 |
| Binary | 10100010 | 11000110 | 111010 | 10010 | 0 | 1000111 | 10110 | 1001011 | 110111 | 110010 |
Color Harmonies of #A2C63A
Complementary color
Monochromatic Colors of #A2C63A
Black with #A2C63A
Text Example
Text Example
White with #A2C63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C63A; }
p { color: rgb(162,198,58); }
H1.HeaderClassName
{
color: #A2C63A;
}
.AnyTagClassName
{
color: #A2C63A;
}
</style>
background-color css
<style>
a { background-color: #A2C63A; }
a { background-color: rgb(162,198,58); }
div.DivClassName
{
background-color: #A2C63A;
}
.BgClassName
{
background-color: #A2C63A;
}
</style>
border-color css
<style>
span { border-color: #A2C63A; }
span { border-color: rgb(162,198,58); }
td.TdClassName
{
border-color: #A2C63A;
}
.TagClassName
{
border-color: #A2C63A;
}
</style>