Shades of Atlantis #A3D746
Tints of Atlantis #A3D746
RGB
CMYK
RGB Variations
Color information
#A3D746 (or 0xA3D746) is known color: Atlantis. HEX triplet: A3, D7 and 46. RGB value is (163,215,70). Sum of RGB (Red+Green+Blue) = 163+215+70=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D746 is #5C28B9. Grayscale: #B7B7B7. Windows color (decimal): -6039738 or 4642723. OLE color: 4642723.
HSL color Cylindrical-coordinate representation of color #A3D746: hue angle of 81.52º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3D746 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 215 | 70 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.16 |
| HSL | 81.52º | 0.64% | 0.56% | - |
| HSV(B) | 81.52º | 0.67% | 0.84% | - |
| XYZ | 40.51 | 56.83 | 14.63 | - |
| YUV | 182.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 215 | 70 | 0.24 | 0 | 0.67 | 0.16 | 81.52 | 0.64 | 0.56 |
| Hex | A3 | D7 | 46 | 18 | 0 | 43 | 10 | 52 | 40 | 38 |
| Octal | 243 | 327 | 106 | 30 | 0 | 103 | 20 | 122 | 100 | 70 |
| Binary | 10100011 | 11010111 | 1000110 | 11000 | 0 | 1000011 | 10000 | 1010010 | 1000000 | 111000 |
Color Harmonies of #A3D746
Complementary color
Monochromatic Colors of #A3D746
Black with #A3D746
Text Example
Text Example
White with #A3D746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D746; }
p { color: rgb(163,215,70); }
H1.HeaderClassName
{
color: #A3D746;
}
.AnyTagClassName
{
color: #A3D746;
}
</style>
background-color css
<style>
a { background-color: #A3D746; }
a { background-color: rgb(163,215,70); }
div.DivClassName
{
background-color: #A3D746;
}
.BgClassName
{
background-color: #A3D746;
}
</style>
border-color css
<style>
span { border-color: #A3D746; }
span { border-color: rgb(163,215,70); }
td.TdClassName
{
border-color: #A3D746;
}
.TagClassName
{
border-color: #A3D746;
}
</style>