Shades of Atlantis #A3C543
Tints of Atlantis #A3C543
RGB
CMYK
RGB Variations
Color information
#A3C543 (or 0xA3C543) is known color: Atlantis. HEX triplet: A3, C5 and 43. RGB value is (163,197,67). Sum of RGB (Red+Green+Blue) = 163+197+67=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C543 is #5C3ABC. Grayscale: #ACACAC. Windows color (decimal): -6044349 or 4441507. OLE color: 4441507.
HSL color Cylindrical-coordinate representation of color #A3C543: hue angle of 75.69º 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 #A3C543 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 67 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.23 |
| HSL | 75.69º | 0.53% | 0.52% | - |
| HSV(B) | 75.69º | 0.66% | 0.77% | - |
| XYZ | 36.08 | 48.12 | 12.7 | - |
| YUV | 172.01 | 68.74 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 67 | 0.17 | 0 | 0.66 | 0.23 | 75.69 | 0.53 | 0.52 |
| Hex | A3 | C5 | 43 | 11 | 0 | 42 | 17 | 4C | 35 | 34 |
| Octal | 243 | 305 | 103 | 21 | 0 | 102 | 27 | 114 | 65 | 64 |
| Binary | 10100011 | 11000101 | 1000011 | 10001 | 0 | 1000010 | 10111 | 1001100 | 110101 | 110100 |
Color Harmonies of #A3C543
Complementary color
Monochromatic Colors of #A3C543
Black with #A3C543
Text Example
Text Example
White with #A3C543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C543; }
p { color: rgb(163,197,67); }
H1.HeaderClassName
{
color: #A3C543;
}
.AnyTagClassName
{
color: #A3C543;
}
</style>
background-color css
<style>
a { background-color: #A3C543; }
a { background-color: rgb(163,197,67); }
div.DivClassName
{
background-color: #A3C543;
}
.BgClassName
{
background-color: #A3C543;
}
</style>
border-color css
<style>
span { border-color: #A3C543; }
span { border-color: rgb(163,197,67); }
td.TdClassName
{
border-color: #A3C543;
}
.TagClassName
{
border-color: #A3C543;
}
</style>