Shades of Atlantis #A2C13E
Tints of Atlantis #A2C13E
RGB
CMYK
RGB Variations
Color information
#A2C13E (or 0xA2C13E) is known color: Atlantis. HEX triplet: A2, C1 and 3E. RGB value is (162,193,62). Sum of RGB (Red+Green+Blue) = 162+193+62=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C13E is #5D3EC1. Grayscale: #A9A9A9. Windows color (decimal): -6110914 or 4112802. OLE color: 4112802.
HSL color Cylindrical-coordinate representation of color #A2C13E: hue angle of 74.2º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2C13E is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 62 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.24 |
| HSL | 74.2º | 0.51% | 0.5% | - |
| HSV(B) | 74.2º | 0.68% | 0.76% | - |
| XYZ | 34.84 | 46.17 | 11.63 | - |
| YUV | 168.8 | 67.73 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 62 | 0.16 | 0 | 0.68 | 0.24 | 74.2 | 0.51 | 0.5 |
| Hex | A2 | C1 | 3E | 10 | 0 | 44 | 18 | 4A | 33 | 32 |
| Octal | 242 | 301 | 76 | 20 | 0 | 104 | 30 | 112 | 63 | 62 |
| Binary | 10100010 | 11000001 | 111110 | 10000 | 0 | 1000100 | 11000 | 1001010 | 110011 | 110010 |
Color Harmonies of #A2C13E
Complementary color
Monochromatic Colors of #A2C13E
Black with #A2C13E
Text Example
Text Example
White with #A2C13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C13E; }
p { color: rgb(162,193,62); }
H1.HeaderClassName
{
color: #A2C13E;
}
.AnyTagClassName
{
color: #A2C13E;
}
</style>
background-color css
<style>
a { background-color: #A2C13E; }
a { background-color: rgb(162,193,62); }
div.DivClassName
{
background-color: #A2C13E;
}
.BgClassName
{
background-color: #A2C13E;
}
</style>
border-color css
<style>
span { border-color: #A2C13E; }
span { border-color: rgb(162,193,62); }
td.TdClassName
{
border-color: #A2C13E;
}
.TagClassName
{
border-color: #A2C13E;
}
</style>