Shades of Atlantis #A1C049
Tints of Atlantis #A1C049
RGB
CMYK
RGB Variations
Color information
#A1C049 (or 0xA1C049) is known color: Atlantis. HEX triplet: A1, C0 and 49. RGB value is (161,192,73). Sum of RGB (Red+Green+Blue) = 161+192+73=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C049 is #5E3FB6. Grayscale: #A9A9A9. Windows color (decimal): -6176695 or 4833441. OLE color: 4833441.
HSL color Cylindrical-coordinate representation of color #A1C049: hue angle of 75.63º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1C049 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 73 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.25 |
| HSL | 75.63º | 0.49% | 0.52% | - |
| HSV(B) | 75.63º | 0.62% | 0.75% | - |
| XYZ | 34.75 | 45.76 | 13.3 | - |
| YUV | 169.17 | 73.73 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 73 | 0.16 | 0 | 0.62 | 0.25 | 75.63 | 0.49 | 0.52 |
| Hex | A1 | C0 | 49 | 10 | 0 | 3E | 19 | 4C | 31 | 34 |
| Octal | 241 | 300 | 111 | 20 | 0 | 76 | 31 | 114 | 61 | 64 |
| Binary | 10100001 | 11000000 | 1001001 | 10000 | 0 | 111110 | 11001 | 1001100 | 110001 | 110100 |
Color Harmonies of #A1C049
Complementary color
Monochromatic Colors of #A1C049
Black with #A1C049
Text Example
Text Example
White with #A1C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C049; }
p { color: rgb(161,192,73); }
H1.HeaderClassName
{
color: #A1C049;
}
.AnyTagClassName
{
color: #A1C049;
}
</style>
background-color css
<style>
a { background-color: #A1C049; }
a { background-color: rgb(161,192,73); }
div.DivClassName
{
background-color: #A1C049;
}
.BgClassName
{
background-color: #A1C049;
}
</style>
border-color css
<style>
span { border-color: #A1C049; }
span { border-color: rgb(161,192,73); }
td.TdClassName
{
border-color: #A1C049;
}
.TagClassName
{
border-color: #A1C049;
}
</style>