Shades of Atlantis #A1C543
Tints of Atlantis #A1C543
RGB
CMYK
RGB Variations
Color information
#A1C543 (or 0xA1C543) is known color: Atlantis. HEX triplet: A1, C5 and 43. RGB value is (161,197,67). Sum of RGB (Red+Green+Blue) = 161+197+67=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C543 is #5E3ABC. Grayscale: #ABABAB. Windows color (decimal): -6175421 or 4441505. OLE color: 4441505.
HSL color Cylindrical-coordinate representation of color #A1C543: hue angle of 76.62º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1C543 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 67 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.23 |
| HSL | 76.62º | 0.53% | 0.52% | - |
| HSV(B) | 76.62º | 0.66% | 0.77% | - |
| XYZ | 35.68 | 47.91 | 12.68 | - |
| YUV | 171.42 | 69.07 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 67 | 0.18 | 0 | 0.66 | 0.23 | 76.62 | 0.53 | 0.52 |
| Hex | A1 | C5 | 43 | 12 | 0 | 42 | 17 | 4D | 35 | 34 |
| Octal | 241 | 305 | 103 | 22 | 0 | 102 | 27 | 115 | 65 | 64 |
| Binary | 10100001 | 11000101 | 1000011 | 10010 | 0 | 1000010 | 10111 | 1001101 | 110101 | 110100 |
Color Harmonies of #A1C543
Complementary color
Monochromatic Colors of #A1C543
Black with #A1C543
Text Example
Text Example
White with #A1C543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C543; }
p { color: rgb(161,197,67); }
H1.HeaderClassName
{
color: #A1C543;
}
.AnyTagClassName
{
color: #A1C543;
}
</style>
background-color css
<style>
a { background-color: #A1C543; }
a { background-color: rgb(161,197,67); }
div.DivClassName
{
background-color: #A1C543;
}
.BgClassName
{
background-color: #A1C543;
}
</style>
border-color css
<style>
span { border-color: #A1C543; }
span { border-color: rgb(161,197,67); }
td.TdClassName
{
border-color: #A1C543;
}
.TagClassName
{
border-color: #A1C543;
}
</style>