Shades of Atlantis #A3D345
Tints of Atlantis #A3D345
RGB
CMYK
RGB Variations
Color information
#A3D345 (or 0xA3D345) is known color: Atlantis. HEX triplet: A3, D3 and 45. RGB value is (163,211,69). Sum of RGB (Red+Green+Blue) = 163+211+69=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 211 - color contains mainly: green. Hex color #A3D345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D345 is #5C2CBA. Grayscale: #B4B4B4. Windows color (decimal): -6040763 or 4576163. OLE color: 4576163.
HSL color Cylindrical-coordinate representation of color #A3D345: hue angle of 80.28º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3D345 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 211 | 69 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.17 |
| HSL | 80.28º | 0.62% | 0.55% | - |
| HSV(B) | 80.28º | 0.67% | 0.83% | - |
| XYZ | 39.47 | 54.8 | 14.13 | - |
| YUV | 180.46 | 65.1 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 211 | 69 | 0.23 | 0 | 0.67 | 0.17 | 80.28 | 0.62 | 0.55 |
| Hex | A3 | D3 | 45 | 17 | 0 | 43 | 11 | 50 | 3E | 37 |
| Octal | 243 | 323 | 105 | 27 | 0 | 103 | 21 | 120 | 76 | 67 |
| Binary | 10100011 | 11010011 | 1000101 | 10111 | 0 | 1000011 | 10001 | 1010000 | 111110 | 110111 |
Color Harmonies of #A3D345
Complementary color
Monochromatic Colors of #A3D345
Black with #A3D345
Text Example
Text Example
White with #A3D345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D345; }
p { color: rgb(163,211,69); }
H1.HeaderClassName
{
color: #A3D345;
}
.AnyTagClassName
{
color: #A3D345;
}
</style>
background-color css
<style>
a { background-color: #A3D345; }
a { background-color: rgb(163,211,69); }
div.DivClassName
{
background-color: #A3D345;
}
.BgClassName
{
background-color: #A3D345;
}
</style>
border-color css
<style>
span { border-color: #A3D345; }
span { border-color: rgb(163,211,69); }
td.TdClassName
{
border-color: #A3D345;
}
.TagClassName
{
border-color: #A3D345;
}
</style>