Shades of Atlantis #A1C548
Tints of Atlantis #A1C548
RGB
CMYK
RGB Variations
Color information
#A1C548 (or 0xA1C548) is known color: Atlantis. HEX triplet: A1, C5 and 48. RGB value is (161,197,72). Sum of RGB (Red+Green+Blue) = 161+197+72=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C548 is #5E3AB7. Grayscale: #ACACAC. Windows color (decimal): -6175416 or 4769185. OLE color: 4769185.
HSL color Cylindrical-coordinate representation of color #A1C548: hue angle of 77.28º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1C548 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 72 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.23 |
| HSL | 77.28º | 0.52% | 0.53% | - |
| HSV(B) | 77.28º | 0.63% | 0.77% | - |
| XYZ | 35.83 | 47.98 | 13.5 | - |
| YUV | 171.99 | 71.57 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 72 | 0.18 | 0 | 0.63 | 0.23 | 77.28 | 0.52 | 0.53 |
| Hex | A1 | C5 | 48 | 12 | 0 | 3F | 17 | 4D | 34 | 35 |
| Octal | 241 | 305 | 110 | 22 | 0 | 77 | 27 | 115 | 64 | 65 |
| Binary | 10100001 | 11000101 | 1001000 | 10010 | 0 | 111111 | 10111 | 1001101 | 110100 | 110101 |
Color Harmonies of #A1C548
Complementary color
Monochromatic Colors of #A1C548
Black with #A1C548
Text Example
Text Example
White with #A1C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C548; }
p { color: rgb(161,197,72); }
H1.HeaderClassName
{
color: #A1C548;
}
.AnyTagClassName
{
color: #A1C548;
}
</style>
background-color css
<style>
a { background-color: #A1C548; }
a { background-color: rgb(161,197,72); }
div.DivClassName
{
background-color: #A1C548;
}
.BgClassName
{
background-color: #A1C548;
}
</style>
border-color css
<style>
span { border-color: #A1C548; }
span { border-color: rgb(161,197,72); }
td.TdClassName
{
border-color: #A1C548;
}
.TagClassName
{
border-color: #A1C548;
}
</style>