Shades of Atlantis #A2C13C
Tints of Atlantis #A2C13C
RGB
CMYK
RGB Variations
Color information
#A2C13C (or 0xA2C13C) is known color: Atlantis. HEX triplet: A2, C1 and 3C. RGB value is (162,193,60). Sum of RGB (Red+Green+Blue) = 162+193+60=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C13C is #5D3EC3. Grayscale: #A9A9A9. Windows color (decimal): -6110916 or 3981730. OLE color: 3981730.
HSL color Cylindrical-coordinate representation of color #A2C13C: hue angle of 73.98º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2C13C is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 60 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.24 |
| HSL | 73.98º | 0.53% | 0.5% | - |
| HSV(B) | 73.98º | 0.69% | 0.76% | - |
| XYZ | 34.79 | 46.15 | 11.35 | - |
| YUV | 168.57 | 66.73 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 60 | 0.16 | 0 | 0.69 | 0.24 | 73.98 | 0.53 | 0.5 |
| Hex | A2 | C1 | 3C | 10 | 0 | 45 | 18 | 4A | 35 | 32 |
| Octal | 242 | 301 | 74 | 20 | 0 | 105 | 30 | 112 | 65 | 62 |
| Binary | 10100010 | 11000001 | 111100 | 10000 | 0 | 1000101 | 11000 | 1001010 | 110101 | 110010 |
Color Harmonies of #A2C13C
Complementary color
Monochromatic Colors of #A2C13C
Black with #A2C13C
Text Example
Text Example
White with #A2C13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C13C; }
p { color: rgb(162,193,60); }
H1.HeaderClassName
{
color: #A2C13C;
}
.AnyTagClassName
{
color: #A2C13C;
}
</style>
background-color css
<style>
a { background-color: #A2C13C; }
a { background-color: rgb(162,193,60); }
div.DivClassName
{
background-color: #A2C13C;
}
.BgClassName
{
background-color: #A2C13C;
}
</style>
border-color css
<style>
span { border-color: #A2C13C; }
span { border-color: rgb(162,193,60); }
td.TdClassName
{
border-color: #A2C13C;
}
.TagClassName
{
border-color: #A2C13C;
}
</style>