Shades of Atlantis #A2C041
Tints of Atlantis #A2C041
RGB
CMYK
RGB Variations
Color information
#A2C041 (or 0xA2C041) is known color: Atlantis. HEX triplet: A2, C0 and 41. RGB value is (162,192,65). Sum of RGB (Red+Green+Blue) = 162+192+65=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C041 is #5D3FBE. Grayscale: #A9A9A9. Windows color (decimal): -6111167 or 4309154. OLE color: 4309154.
HSL color Cylindrical-coordinate representation of color #A2C041: hue angle of 74.17º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2C041 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 65 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.25 |
| HSL | 74.17º | 0.5% | 0.5% | - |
| HSV(B) | 74.17º | 0.66% | 0.75% | - |
| XYZ | 34.7 | 45.76 | 12 | - |
| YUV | 168.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 65 | 0.16 | 0 | 0.66 | 0.25 | 74.17 | 0.5 | 0.5 |
| Hex | A2 | C0 | 41 | 10 | 0 | 42 | 19 | 4A | 32 | 32 |
| Octal | 242 | 300 | 101 | 20 | 0 | 102 | 31 | 112 | 62 | 62 |
| Binary | 10100010 | 11000000 | 1000001 | 10000 | 0 | 1000010 | 11001 | 1001010 | 110010 | 110010 |
Color Harmonies of #A2C041
Complementary color
Monochromatic Colors of #A2C041
Black with #A2C041
Text Example
Text Example
White with #A2C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C041; }
p { color: rgb(162,192,65); }
H1.HeaderClassName
{
color: #A2C041;
}
.AnyTagClassName
{
color: #A2C041;
}
</style>
background-color css
<style>
a { background-color: #A2C041; }
a { background-color: rgb(162,192,65); }
div.DivClassName
{
background-color: #A2C041;
}
.BgClassName
{
background-color: #A2C041;
}
</style>
border-color css
<style>
span { border-color: #A2C041; }
span { border-color: rgb(162,192,65); }
td.TdClassName
{
border-color: #A2C041;
}
.TagClassName
{
border-color: #A2C041;
}
</style>