Shades of Atlantis #A3C441
Tints of Atlantis #A3C441
RGB
CMYK
RGB Variations
Color information
#A3C441 (or 0xA3C441) is known color: Atlantis. HEX triplet: A3, C4 and 41. RGB value is (163,196,65). Sum of RGB (Red+Green+Blue) = 163+196+65=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C441 is #5C3BBE. Grayscale: #ABABAB. Windows color (decimal): -6044607 or 4310179. OLE color: 4310179.
HSL color Cylindrical-coordinate representation of color #A3C441: hue angle of 75.11º 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 #A3C441 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 65 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.23 |
| HSL | 75.11º | 0.53% | 0.51% | - |
| HSV(B) | 75.11º | 0.67% | 0.77% | - |
| XYZ | 35.8 | 47.65 | 12.31 | - |
| YUV | 171.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 65 | 0.17 | 0 | 0.67 | 0.23 | 75.11 | 0.53 | 0.51 |
| Hex | A3 | C4 | 41 | 11 | 0 | 43 | 17 | 4B | 35 | 33 |
| Octal | 243 | 304 | 101 | 21 | 0 | 103 | 27 | 113 | 65 | 63 |
| Binary | 10100011 | 11000100 | 1000001 | 10001 | 0 | 1000011 | 10111 | 1001011 | 110101 | 110011 |
Color Harmonies of #A3C441
Complementary color
Monochromatic Colors of #A3C441
Black with #A3C441
Text Example
Text Example
White with #A3C441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C441; }
p { color: rgb(163,196,65); }
H1.HeaderClassName
{
color: #A3C441;
}
.AnyTagClassName
{
color: #A3C441;
}
</style>
background-color css
<style>
a { background-color: #A3C441; }
a { background-color: rgb(163,196,65); }
div.DivClassName
{
background-color: #A3C441;
}
.BgClassName
{
background-color: #A3C441;
}
</style>
border-color css
<style>
span { border-color: #A3C441; }
span { border-color: rgb(163,196,65); }
td.TdClassName
{
border-color: #A3C441;
}
.TagClassName
{
border-color: #A3C441;
}
</style>