Shades of Atlantis #A3C440
Tints of Atlantis #A3C440
RGB
CMYK
RGB Variations
Color information
#A3C440 (or 0xA3C440) is known color: Atlantis. HEX triplet: A3, C4 and 40. RGB value is (163,196,64). Sum of RGB (Red+Green+Blue) = 163+196+64=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C440 is #5C3BBF. Grayscale: #ABABAB. Windows color (decimal): -6044608 or 4244643. OLE color: 4244643.
HSL color Cylindrical-coordinate representation of color #A3C440: hue angle of 75º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3C440 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 64 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.23 |
| HSL | 75º | 0.53% | 0.51% | - |
| HSV(B) | 75º | 0.67% | 0.77% | - |
| XYZ | 35.77 | 47.64 | 12.16 | - |
| YUV | 171.09 | 67.57 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 64 | 0.17 | 0 | 0.67 | 0.23 | 75 | 0.53 | 0.51 |
| Hex | A3 | C4 | 40 | 11 | 0 | 43 | 17 | 4B | 35 | 33 |
| Octal | 243 | 304 | 100 | 21 | 0 | 103 | 27 | 113 | 65 | 63 |
| Binary | 10100011 | 11000100 | 1000000 | 10001 | 0 | 1000011 | 10111 | 1001011 | 110101 | 110011 |
Color Harmonies of #A3C440
Complementary color
Monochromatic Colors of #A3C440
Black with #A3C440
Text Example
Text Example
White with #A3C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C440; }
p { color: rgb(163,196,64); }
H1.HeaderClassName
{
color: #A3C440;
}
.AnyTagClassName
{
color: #A3C440;
}
</style>
background-color css
<style>
a { background-color: #A3C440; }
a { background-color: rgb(163,196,64); }
div.DivClassName
{
background-color: #A3C440;
}
.BgClassName
{
background-color: #A3C440;
}
</style>
border-color css
<style>
span { border-color: #A3C440; }
span { border-color: rgb(163,196,64); }
td.TdClassName
{
border-color: #A3C440;
}
.TagClassName
{
border-color: #A3C440;
}
</style>