Shades of Atlantis #A1C046
Tints of Atlantis #A1C046
RGB
CMYK
RGB Variations
Color information
#A1C046 (or 0xA1C046) is known color: Atlantis. HEX triplet: A1, C0 and 46. RGB value is (161,192,70). Sum of RGB (Red+Green+Blue) = 161+192+70=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C046 is #5E3FB9. Grayscale: #A9A9A9. Windows color (decimal): -6176698 or 4636833. OLE color: 4636833.
HSL color Cylindrical-coordinate representation of color #A1C046: hue angle of 75.25º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1C046 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 70 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.25 |
| HSL | 75.25º | 0.49% | 0.51% | - |
| HSV(B) | 75.25º | 0.64% | 0.75% | - |
| XYZ | 34.65 | 45.72 | 12.79 | - |
| YUV | 168.82 | 72.23 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 70 | 0.16 | 0 | 0.64 | 0.25 | 75.25 | 0.49 | 0.51 |
| Hex | A1 | C0 | 46 | 10 | 0 | 40 | 19 | 4B | 31 | 33 |
| Octal | 241 | 300 | 106 | 20 | 0 | 100 | 31 | 113 | 61 | 63 |
| Binary | 10100001 | 11000000 | 1000110 | 10000 | 0 | 1000000 | 11001 | 1001011 | 110001 | 110011 |
Color Harmonies of #A1C046
Complementary color
Monochromatic Colors of #A1C046
Black with #A1C046
Text Example
Text Example
White with #A1C046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C046; }
p { color: rgb(161,192,70); }
H1.HeaderClassName
{
color: #A1C046;
}
.AnyTagClassName
{
color: #A1C046;
}
</style>
background-color css
<style>
a { background-color: #A1C046; }
a { background-color: rgb(161,192,70); }
div.DivClassName
{
background-color: #A1C046;
}
.BgClassName
{
background-color: #A1C046;
}
</style>
border-color css
<style>
span { border-color: #A1C046; }
span { border-color: rgb(161,192,70); }
td.TdClassName
{
border-color: #A1C046;
}
.TagClassName
{
border-color: #A1C046;
}
</style>